Good day all
Building a PA automated cloud flow that is kicked off via SPO when a item is created in a list.
Step One: Item is created generates email notification
Step Two: i created two variables Variable one houses float 0.00 Variable Two houses 99.99

I then have a condition using the OR function i am checking to see if any of the items match, basically want it to check if variables greater than 0 but less than 99.99 if so generate a email.

I then have a email that kicks off. i then initialie another two variables to one which house 100.99 and another house 249.99

I then have another condition using OR which checks conditions in this regard i am trying to have a email sent out if a float is bewteen 100.00 and 249.99

I then have another step after the this which intializes a variable only one which house the float 250.00 i then have a condition
what i am trying to achieve here is that if the float is 250.00 and higher a email is generated
The problem i have is that when i do a input for say 147.89 i get the email for the less than 100.00 for a float that is above 250.00
i get the email that is associated to the other conditions.
Below is the last run i did the float i put in was 349 i got all the emails for the other conditions except the correct email

I know i am missing something here but what and how do i fix this?
Thanks