Hi All,
I created a canvas and a flow with "Send Email Notification V3", I was able to run the flow on a button to submit a form by using the following command
SubmitForm(EditForm1_1); Testrun.Run(Label5, ComboBox4.Selected.SiteName)
But, I want to run the flow only when the form is successfully submitted.
I tried to put the run command to "OnSuccess" but it doesn't trigger the flow.
Thank you