
Announcements
Hello,
Currently creating a flow on Power Automate to send an email to the submitter of a Power Apps form when it has been completed. As you can see below, the flow is triggered by the Power Apps submission, and includes a second trigger - when the new entry is created in SharePoint:
However, the automation gets stuck during the SharePoint trigger, and will not continue. Please see the whole flow below for context:
What do I need to do to fix my flow? Please let me know
You can only have a single trigger in a flow. You can technically add multiple triggers, but only the initial trigger will work.
If the Power App adds a new item, then you can just have the When an item is created trigger, and get the details off the item that was created to send out.