"I need to disable auto-save for all table forms. Currently, when I enter data in any field on any table, it gets saved automatically. I’ve integrated this with Azure Logic Apps, using an HTTP trigger for Create/Update operations. In my case, every time a field is updated, the logic app is triggered. The number of triggers is increasing significantly. How can I prevent the form from auto-saving? My plan is to add a custom button to the ribbon that will manually save the form, ensuring the data is only saved in the backend when the button is clicked."
Question: How can I prevent the form from auto-saving?