Hello,
I created a custom Sharepoint List form with PA to manage Change Requests in my company. As is, users complete the form and click on the Sharepoint "Save" button:

The problem is that 50% of the users think they will just temporarily save the form but they send it for approval via Power Automate.
The SP list has a Request Status column that can have the following values, "Saved", "Pending approval", "Approved" or "Rejected" and "Closed".
I would need to create 2 buttons in the form:
1. A normal Save button that saves the form with the default value "Saved" in the Request Status field (display mode). i.e. OnSelect: SubmitForm(SharePointForm1) for the button and "Saved" as a default value for the field (coming from SP setup). This is OK.
2. A Save and Submit button that changes the Request Status field value to "Pending Approval", grey out all the fields and buttons and save the form

In case (1), the Power Automate flow will be triggered and stopped because Request Status field value is not equal to "Pending Approval" (Switch action)
In case (2), the Power Automate flow will be triggered and will continue to approval action steps because Request Status field value is equal to "Pending Approval".
I did not find how a single button can change a form field value AND save the form, could you please help?
Also, I know it is not the best solution, as every saving action will kill my Power Automate flow quota, but I don't see other quick ways. The default SP buttons are not very intuitive in case of form submission. If you have a better idea, please share it.
Thanks a lot for your support.
Nzo