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:
| Symbol | Description |
|---|---|
< | lower than |
<= | lower than or equals |


