
Announcements
there is a page that uses patch to submit the form to a gallery. I want every time that form is submitted to trigger the flow. I would like the trigger to be when an action is performed. How would i do this?
The trigger that you’ll need in your flow is the Power Apps v2. If you need to return data to your app, there is a respond to powerapps action.
You can either trigger the flow at the same time the SubmitForm() is called, but I would recommend putting it at the form’s OnSuccess Event.
on the left panel where there are data sources, there should be a tab with the power automate icon. Click on that to add your flow to your app. Then you’ll trigger it by using: FlowsName.Run()