I have the following in my browsescreen1.
This is already populated "NOT Started" in my SharePoint list, it is the default value i have inputted manually for every record.
Now on my EditForm I have a save button:
OnSelect: UpdateContext({VarProgress:"In Progress"});SubmitForm(EditForm1_1);
How can I update my NOT Started to In Progress when clicking save?


VarProgress. Let me know if this works.