OR
Returns the first argument with a value; 0/None/False equate to no value
Example Usage
OR(ATTRIB(notification, SenderName), System) // sets the sender to System if not specified
Overview
Function signature
OR(value1, value2, value3)
Category
Logical
Return data type
None
Arguments
Name | DataType | List Options | Description |
---|---|---|---|
value1 | None | The first value to check | |
value2 | None | The alternate value to check | |
value3 | None | Another alternate to check |