Skip to content
Content only available in english

"Lower than (or equals)" Condition

The "lower than" condition works in a very similar fashion to the "greater than" condition. The only difference is that instead of the > ("greater than") operand, you need to use the < ("lower than") operand:

SymbolDescription
<lower than
<=lower than or equals

screen_shot_2022-10-25_at_11.34.38_1


screen_shot_2022-10-25_at_11.42.15