See the supported connectors for Application Integration.

OR function

OR function

Function Name Description Usage Input parameter Return value
OR Performs the logical OR operation on the specified boolean values. OR(value) A boolean value. A boolean.

Supported data type

The OR function supports the following data type:

  • Boolean

Example: Find the OR value of a boolean expression

Sample data: $var1$ = FALSE

Usage: $var1$.OR(TRUE)

Find the OR value of the boolean expression.

Output: TRUE

Recommendation