How to set condition to change colour on a number range

I am having problems changing the colour of my input when the number within the input is for instance between 3 and 7 i want it red.

I have set up the conditional so its red only when the inputs value is only 3 by doing the below:
image

How do i get it so that the colour will change for set range?

Thanks Sean

How about this.
image

I did try this before but it didn’t seem to work

Are you looking to have it go red when it’s any number within the range 3 to 7, or numbers that fall between 3 to 7 (ie 4/5/6)?

Should be ≥ if you want 3 included and vice versa for 7 with less than or equal to.

Try starting with a brand new input element. That should work.

image

image

for some reason, im not sure why this still didnt work, i have had to do a condition individually for each number

Update it works on my text field though within another part of the app so thank you so much

Good work Sean!

This topic was automatically closed after 70 days. New replies are no longer allowed.