I have a choice column in a SP list so far it's original, rejected, edited, Completed.
that when a new submission is sent, it defaults to original and working correctly.
I am making an app where if the requestor makes any changes, it will automatically update the choice column to "edit".
Tried to see if I could update that in the app, but the few tries isn't working.
Do I have to make another flow and do a run command when the user submits it?