For the complete documentation index, see llms.txt. This page is also available as Markdown.

Logical Expressions

Logical expressions that can be used within databox expressions.

These expressions can be used to create conditional logic and determine script flow:

Expression
Databox Value
Result
Comments

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