Hey All,
I have a gallery that a user can check each record that he/she wants to update using a Checkbox.
Is it possible to Update Patch those records only and forget the other ones?

Hey All,
I have a gallery that a user can check each record that he/she wants to update using a Checkbox.
Is it possible to Update Patch those records only and forget the other ones?
Yes. The way I have done it in the past is put the SharePoint list in a collection. Display the collection in the gallery. Then have the update button do a ForAll for the whole collection. The action for the ForAll is an If they toggled the button then do the update action.