Is there any way of triggering a flow if a specific condition is met with in a Forms question?
I want to be notified by email only if someone submits a ranking below e.g. 2/10 stars.
Solved! Go to Solution.
Hi @AHM_Alice,
We could build up a flow to send the Email notification based on a specific condition with in a Forms question.
Take the star rate as an example:
First we add the form trigger, then add a condition to check the star rate value, the Answer to the question above is the content that we need to deal with, we need to convert it into integer, so under the first Input of the condition, we use the following expression:
int(triggerBody()?['re7989743661745d98e8a5b5a43252280'])
You could first add the dynamic content, then click the advanced option to get the content formula, then switch back to add the int() function to convert its value.
Regards,
Michael
Hi @AHM_Alice,
We could build up a flow to send the Email notification based on a specific condition with in a Forms question.
Take the star rate as an example:
First we add the form trigger, then add a condition to check the star rate value, the Answer to the question above is the content that we need to deal with, we need to convert it into integer, so under the first Input of the condition, we use the following expression:
int(triggerBody()?['re7989743661745d98e8a5b5a43252280'])
You could first add the dynamic content, then click the advanced option to get the content formula, then switch back to add the int() function to convert its value.
Regards,
Michael
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
Announcing a new way to share your feedback with the Power Automate Team.
Learn to digitize and optimize business processes and connect all your applications to share data in real time.
User | Count |
---|---|
45 | |
16 | |
15 | |
14 | |
13 |
User | Count |
---|---|
78 | |
38 | |
27 | |
18 | |
18 |