Validating A Number Between X and Y

Hi. I may be asking a very basic question so please indulge me. I am creating a validation that a number is between 1 and 5. For some reason I cannot access the AND function once I set up the first condition
image
Am I writing up the validation wrong?

2 Likes

Hi @isaac,

No worries, basic questions are equally welcome as complex ones.

Make sure you select the operator, not the operand. In this case that means the >= sign. Then hit the green +. That should do it.

In general, Triggre is context sensitive. This means that it shows you the relevant options based on which context you are in. In this case, you want to select the entire left side of the AND expression you want to make.

Hope this helps!

Hi. Yes, That worked! Thanks Jesse
image

2 Likes