Syntax
Workflow filters
---filter|0:{variable_name} EQUALS {string}
Logic statements
[[IF={variable_name}(EQUALS {string})]]...[[ENDIF]]
Dynamic fields
---hide_if:{variable_name}(EQUALS {string})
Options
EQUALS {string} |
The input equals {string}.
|
NOT_EQUALS {string} |
The input does not equal {string}.
|
LESS_THAN {string} |
The input is less than {string}.
|
GREATER_THAN {string} |
The input is greater than {string}.
|
LESS_THAN_OR_EQUALS {string} |
The input is less than or equal to {string}.
|
GREATER_THAN_OR_EQUALS {string} |
The input is greater than or equal to {string}.
|
MATCH {string} |
The input contains {string}.
|
NOT_MATCH {string} |
The input does not contain {string}.
|
IS_BLANK |
The input is blank.
|
IS_NOT_BLANK |
The input is not blank.
|