Hello Guys,
I have an issue iterating the items in ForAll(). Here is the brief requirement that we are trying to achieve.
We have a gallery with check boxes, based on the selection we would like to insert the checked items of a gallery into an entity. For check and uncheck of the check boxes we are adding and removing items from a collection and looping that collection using ForAll.
How would I get the current item from the collection which is under iteration.
ForAll(SelectedOptions, Patch('Assessments',Defaults('Assessments'),{Employee: LookUp(Contacts, Contact=ContactID), Option:Last(LoopedItem)}))
In the above formula I would like to add the current item under iteration in option.
Any help would be highly appreciated.
Thanks
Syed Danish

Report
All responses (
Answers (