Hello,
I am trying to incorporate a "Save & Submit" button. When this button is clicked, I would like to update a text field to "Yes" and also save the rest of the data on the form.
I currently have this
Patch('MyRequests', {ID: Value(ID_DataCard1.Default)},{'Start WF?':"Yes"}); SubmitForm(SharePointForm1);
However, this only saves the record without setting the value of the text field to Yes. I had to press the button again to update the text field.
Can this be achieved using Power Apps? Please help