Hi dear people!
Hoping to get some help 🙂
I have a gallery that is being populated with users from a combobox.
I've set the OnChange of the combobox to add users to a collection:
Collect(collectUsers, {Email:ppCombo.Selected.Mail})
My Gall is connected to the Collection: (Items=collectUsers).
I would like to patch the collection of users to a Person column in SP (column is called Member).
For example, I'm using ForAll:
ForAll(collectUsers, Patch('WalkTheWorld Team Members', Defaults('WalkTheWorld Team Members'), {Title:wtwform_1.LastSubmit.Title, MID:wtwform_1.LastSubmit.ID,
Member:....
(Ignore the wtwform bit above).
Its that last bit I need help with please....what do I need to enter after "Member" so that all the users in the collection are patched back to the SP List (separate line items).
Thank you in advance 🙂