GetValue

Purpose:

Returns the value of a variable or field. Is often used in connection with Exists().

Parameter:

String

Return value:

All

Example:

GetValue("Customers.CustomerID") Result: 1234

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