[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-26 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eAND\u003c/code\u003e function performs a logical AND operation on boolean values.\u003c/p\u003e\n"],["\u003cp\u003eIt accepts a single boolean value as input and returns a boolean result.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eAND\u003c/code\u003e function only supports the boolean data type.\u003c/p\u003e\n"],["\u003cp\u003eAn example demonstrates finding the AND value of a boolean expression, such as \u003ccode\u003e$var1$.AND(TRUE)\u003c/code\u003e, with a sample output of \u003ccode\u003eTRUE\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003esupported connectors\u003c/code\u003e are described in a dedicated part of the doc, as well as the configuration of a \u003ccode\u003eData Mapping\u003c/code\u003e task.\u003c/p\u003e\n"]]],[],null,["# AND function\n\nSee the [supported connectors](/integration-connectors/docs/connector-reference-overview) for Application Integration.\n\nAND function\n============\n\n`AND` function\n--------------\n\nSupported data type\n-------------------\n\n\nThe `AND` function supports the following data types:\n\n- Boolean\n\nExample: Find the AND value of a boolean expression\n---------------------------------------------------\n\n\n**Sample data** : `$var1$ = TRUE`\n\n\n**Usage** : `$var1$.AND(TRUE)`\nFind the AND value of the boolean expression.\n\n\n**Output** : `TRUE`\n\nRecommendation\n--------------\n\n- Learn how to add and configure a [Data Mapping task](/application-integration/docs/configure-data-mapping-task)"]]