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)
Output: TRUE
Recommendation
- Learn how to add and configure a Data Mapping task