See the supported connectors for Application Integration.

AND function

AND function

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

Supported data type

The AND function supports the following data types:

  • Boolean

Example: Find the AND value of a boolean expression

Sample data: $var1$ = TRUE

Usage: $var1$.AND(TRUE)

Find the AND value of the boolean expression.

Output: TRUE

Recommendation