# "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 |
![](/recordm/recordm/instances/8700/files/187/Screen%20Shot%202022-10-25%20at%2011.34.38_1.png)
![](/recordm/recordm/instances/8700/files/187/Screen%20Shot%202022-10-25%20at%2011.42.15.png)