Hi Team
I want to add a flow inside my App which will send an email to specific person depending on condtions, once the submit button has been clicked.
eg. if Person is equal to Name1 - if Yes: email Name1, if No: If Person is equal to Name2 - if yes: email Name2 etc etc
I know that i need to make the flow inside Powerapps, which i have done with the conditions, however, upon putting MyFlow.Run () tells me i need to put parameters into the () section. this is the section i'm not understanding.
I have been making flows with Power Automate so i may be getting the criteeria wrong as inside powerapps is slightly different.