Hi All
In my app I am creating a table with screen OnVisible -
Refresh(SP_List); UpdateContext({LocalTable: SP_List})
And then I need to update that table, but getting "The first argument of 'Patch' should be a collection" when trying to do
Patch(LocalTable, First(Filter(LocalTable, Title="MyTitle")), {Value: 10})
So how can I update that LocalTable table?
Thanks
Solved! Go to Solution.
Depending on some condition I need to use different SP List, so rather then using 20 line Select formula everywhere I need to use data from that SP List, I just create a table with screen OnVisible and than use that table everywhere else, but need to update that table on few actions so looking for a way to do it.
Hey @RomanKorchak
User | Count |
---|---|
196 | |
124 | |
88 | |
49 | |
42 |
User | Count |
---|---|
285 | |
162 | |
138 | |
77 | |
73 |