Build
Conditions
A rule runs when its conditions match. You can combine conditions with AND or OR.
| Operator | Meaning |
|---|---|
| equals / not equals | Exact match after the value is turned into text. |
| contains | The answer includes the given text. |
| greater than / less than | Numeric compare. |
| is empty / is not empty | Missing, blank, or empty list. |