I have a gallery and a 2 forms. One form to edit some fields from the item and one form to display some fields from the item.
How can I make changes in the edit form for multiple items in the gallery and save all changes at once?
This is what I have in the submit button but save the changes for 1 item only:
SubmitForm(Form2);
Refresh('Return to Office – Employee Selection');
Navigate(Screen1,ScreenTransition.None)