Build

Conditions

A rule runs when its conditions match. You can combine conditions with AND or OR.

OperatorMeaning
equals / not equalsExact match after the value is turned into text.
containsThe answer includes the given text.
greater than / less thanNumeric compare.
is empty / is not emptyMissing, blank, or empty list.