Exists

Returns a Boolean to indicate if the Databox value exists.

Returns False if a Databox value is empty or blank, otherwise returns True if the Databox value contains any characters or data. This expression can be used to perform logical expressions.

Expression
Databox Value
Result

Exists

The quick brown fox

True

Exists

0

True

Exists

1

True

Exists

False

Last updated