I've created a form, with 1 field being numbers. In Flow, I want to any value > 150 to trigger a notification. However, it fails at the Condition with:
Solved! Go to Solution.
Hi @EddyGee
Thanks for the update. I did built one and yes you were missing the apply each loop.
In my example below Question 3 is the numeric value.
If you liked my response, please consider giving it a thumbs up
Proud to be a Flownaut!
Learn more from my blogPower Automate Video TutorialsHi
Try the following:
1. Add a compose and map the value above the condition step.
2. Then in the condition map use the expression int(outputs('Compose'))
If the above doesn't work please post a screenshot of our runtime history
If you liked my response, please consider giving it a thumbs up
Proud to be a Flownaut!
Learn more from my blogPower Automate Video TutorialsHi @EddyGee ,
Have you take a try with @abm 's solution?
Please take a try and the flow should as below:
The expression in the first field of the condition as below:
int(outputs('Compose'))
Please let me know if your problem could be solved.
Best regards,
Alice
Community Support Team _ Alice Zhang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @v-alzhan-msft / @abm
Thanks for the response, apologies for the delay.
I tried that before actually, & got the following:
Hi @EddyGee
Thanks for your reply. Could you please post a screenshot of your flow runtime history?
If you liked my response, please consider giving it a thumbs up
Proud to be a Flownaut!
Learn more from my blogPower Automate Video TutorialsDo you just mean that?
Could you please post the compose run history? So that I can see what value it's coming through. Also I need a design screenshot of IF condition?
If you liked my response, please consider giving it a thumbs up
Proud to be a Flownaut!
Learn more from my blogPower Automate Video TutorialsLike this? (input/output link look dead)
However, when not entering the "variable" that's > 150 in the Condition part, instead just inserting it into an excel row, it displays the value entered on the form (i.e. 400 in this case), so 400/'a number' is coming through.
Hi
Thanks for the screenshot. So what is the type of this Microsoft Form field?
If you liked my response, please consider giving it a thumbs up
Proud to be a Flownaut!
Learn more from my blogPower Automate Video TutorialsBog standard number input
I've also tried inputing into excel then citing that as the checker, but got another error.
The solution involves both the aforementioned examples by @abm & @v-alzhan-msft in addition to appling a "Apply to each" control grouping.
Hi @EddyGee
Thanks for the update. I did built one and yes you were missing the apply each loop.
In my example below Question 3 is the numeric value.
If you liked my response, please consider giving it a thumbs up
Proud to be a Flownaut!
Learn more from my blogPower Automate Video TutorialsHi @EddyGee ,
Have your problem been solved?
If yes, please go ahead and mark the post as solved by clicking “Accept as Solution” so that this thread will be marked for other users to easily identify!
Best Regards,
Alice
Community Support Team _ Alice Zhang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Join digitally, March 2–4, 2021 to explore new tech that's ready to implement. Experience the keynote in mixed reality through AltspaceVR!
User | Count |
---|---|
86 | |
60 | |
51 | |
44 | |
39 |
User | Count |
---|---|
89 | |
81 | |
74 | |
62 | |
44 |