I am sure this is a very stupid question but I am failing to figure it out.
What is the best way to insert into a text field and submit a form when a button is pressed?
I using a SharePoint list as the data source.
This is what I thought would be the correct way to do it, however, it is not working:
UpdateContext({Status_DataCard1:"Pending"});SubmitForm(EditFormSave)