Hi all,
I've an app build on dataverse where I try to patch multiple records from a collection in to dataverse.
Because I want to update existing records, I use this formula:
ForAll(col_HoursToApprove,Patch(Hours,LookUp(Hours,ThisRecord.HoursId = HoursId),{Approved:"Yes"}))
The collection is a complete copy of the hours table.
When I try this patch, I get the following error:
"The requested operation is invalid. Server Response: Hours failed: The right side of the "Equal" operator must be a constant value"