So currently my form is connected to a SharePoint List. I am using the patch function to update data to the form each time I make a change. The problem is that each field is updated as soon as I change it ( which is its natural function). However, I want to make it so that, I have a button which saves all the changes at once.
Currently each change in a single field instantly updates the SharePoint List, and creates a new verison. I want to make it so that all the changes are collected and applied once I click a SAVE button only.
Any help will be appreciated greatly !
