Exists

Purpose:

Checks if a variable or field is defined. Is often used in connection with GetValue() and Evaluate().

Parameter:

String

Return value:

Boolean

Example:

Exists("CustomerID") Result: False

If(Exists("Customer.Status"),Evaluate("Customer.Status"),"no customer status")