Hello,
I'm busy on this topic since a few days and i don't find any solution.
I have a SP list (450 items) and a collection that the user creates in order to change only the items the users want to.
The collection contains only one column named ID with the ID i want to change in the SP list.
example:
See the code i try to use but without success :(
ForAll(mycollection,
Patch('mySPlist',ID=ThisRecord.ID,
{Choice1:Dropdown3_1}))
It give me an issue with the ID=Thisrecord.ID
invalid argument type boolean. Expect a value record instead.
If anyone has an idea to do it or to convert the ID of the collection