Creator
The Logic element allows combining multiple conditions. For example:
If Assessment selection is "Yes" and if Text contains "Problem".
You can also use an Expression instead of Conditions. The expression allows more complex options like:
(element_1_id EQ 1 OR element_2_id CO 2) AND element_3_id NE 3
element_1_id GT 12:00, where element_1_id is Date/Time element
element_1_id EQ WED, where element_1_id is Date/Time element
Expression operators:
EQ
EQUALS
=
NE
NOT_EQUALS
!=
GT
GREATER_THAN
>
GTE
GREATER_THAN_EQUALS
>=
LT
LESS_THAN
<
LTE
LESS_THAN_EQUALS
<=
CO
CONTAINS
NC
NOT_CONTAINS