Hi guys,
I came along with the following problem:
I have collection (CollID) containing several IDs (these IDs are the linked IDs of a contact list).
Iam now trying to patch the yes/no column (called: "VI") in the contact list where the saved IDs of the collection are matched.
I tried:
ForAll(CollID;Patch(contact;LookUp(contact;ID=ID);{VI:true}))
However, that does not work. Does anyone of you have an idea?
Greetings René