Hi,
I'm making a form for contract management in PowerApps.
I have an edit form with only one list, called 'Contracts'. When the user adds a new contract using the form, he can input various information such as 'Amount', 'Customer', 'Date', 'Status', etc. Once submitted the form, the contract information will be added in the list 'Contracts'.
Admin users can access to an Approval Section, where they can approve the contracts which status is "Waiting for Approval" by clicking a button.
Can anyone point me out a solution in order to change the contract 'Status' in the combo box and in the list from "Waiting for Approval" to "Approved" by clicking this button?
Thank you in advance!