Hi all,
I have a form in power apps with the following 3 buttons
save as draft - Click this as it sets the status to draft
Submit - Click this as it sets the status to submitted
Save - Click this I only want to save any updates to the form
However everytime I click save it updates the form but keep setting my status to "Draft" and I guess its because of the following added to my status data card
Update - If(locIsSubmit,{Value:"Submitted"},{Value:"Draft"})
How can I adjust this to work so that when I click save it doesn't default to draft?
Thanks