I am trying to have a Power Automate flow to look at the response submitted on a form to then send an email if the number in the response is greater than or less than a number. I know this is possible. I am just not getting the rules right. The Value in the form is Greater Than the number but it keeps giving me the wrong email.
We might be making progress... I have changed the Form to recognize the entry as a number. I will try the int()
Can you please share that part of the flow and the expressions used in the condition, along with the data values that are being compared .
Ellis
that did not work.
Your condition should compare number values. At the moment you are comparing strings. Maybe the "What is t..." should be converted to an integer or float?
And you could use just one condition instead of two parallel conditions, something like this:
Ellis
____________________________________
If I have answered your question, please mark the post as Solved.
If you like my response, please give it a Thumbs Up.