Logical Expressions
Logical expressions that can be used within databox expressions.
Expression
Databox Value
Result
Comments
Last updated
Logical expressions that can be used within databox expressions.
These expressions can be used to create conditional logic and determine script flow:
If("Yes", "No")
true / True / TRUE
Yes
Error if not true/false
Exists
"any text"
True
False only returned for empty Databox values. See Exists within Text Expressions.
Last updated