Hi,
I have a gallery whose contents can be edited by the user. The gallery is patches to a collection with a button, that is inserted per gallery row which is simply coded like this:
Patch(TestCollection, ThisItem, {My Value: Label.Text})
Is there anyway I can create button to loop through all "ThisItems" in the gallery to patch to the collection all at once, so that users do not have to click the save button each time, per row?
Thanks!