Hi all,
I have a problem when I try to execute the patch function in a ForAll.
My scenario:
SP List1:
ColumnTask
Column Owner (user)
I've created a gallery with a combobox to select the users.
Finally on the button to run the patch:
ClearCollect(Col_SPList1;Gallery_SPList1.AllItems),
ForAll(Col_SPList1,
Patch(SPList1,
{'Owner':ComboBox1.Selected}))
The problem is that the user in the Owner column in SP is not updated.
If someone can help me with this problem.
KR