Hi all,
got this issue with a collection , which has the same structure as a SP list (it's a filtered out part of that list).
What I want to do is to do a Patch ForAll to the source list (Approvals) only for IDs from the collection (ApprovalFilter).
I tried variations of:
ForAll(
ApprovalFilter,
Patch(Approvals,First(Filter(Approvals,ID=ID)),{Prev_approval_result:"whatever"})
)
Doesn't work...
I suspect something is wrong with the ID=ID part.
Thanks.
L.