Hello everyone,
I'm in a situation where I call a flow from the powerapps application by a button, it's a flow that consists in updating an element and sending the mail for the validation workflow. It worked yesterday with the formula below.
SubmitForm(Form1);;Navigate(Home);;
UpdateContext({PopUpV: false});;
ResetForm(Form1);;
POD.Run("")
but today here is the message
"The run method contains an invalid value for the 'updateitem_Id' parameter"
help!