I need to create a flow that sends an email notification when the user clicks the submit button on the power apps portals advanced form, so that when the user submits the form, my team or I will receive an email notification that the form has been finalized / submitted.
@Anonymous ,
So exactly what problem are you facing? I mean writing the JS is problem or finding where to bind the JS is the problem. Do tell me precisely so I could give you the breadcrumbs which would lead you towards the goal.
Thanks. 🙂
Thank you so much for the support! 🙂 but I'm still having trouble applying this solution
Hi @Anonymous,
Please refer this https://docs.microsoft.com/en-us/powerapps/maker/portals/configure/add-custom-javascript
link that has an event for submit button. You can extend that event and add your own code through portal management.
If that helped please select as answer so others could find it useful.
So I created this flow, whenever a new line is created in the dataverse, as my form has 15 steps, the ideal would be to send this email notification at the end when the user clicks the "submit" button on the form.
About this suggestion to create a flow with a manual trigger that can be called through custom JS, how could I apply this idea to the submit button. 🙂
So I created this flow, whenever a new line is created in the dataverse, as my form has 15 steps, the ideal would be to send this email notification at the end when the user clicks the "submit" button on the form.
@Anonymous,
Assuming on click of submit a record is created, you can trigger the flow on create of row. Or else you can create a flow with manual trigger which can be called through custom JS of that web form.
Hi @Anonymous ,
What is created/updated in Dataverse when your user submits the form? You can create a flow that will trigger on create/update of the table that is related to the form.
WarrenBelz
146,763
Most Valuable Professional
RandyHayes
76,287
Super User 2024 Season 1
Pstork1
66,091
Most Valuable Professional