[[["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\u003eNAND\u003c/code\u003e function performs a logical NAND operation on boolean values.\u003c/p\u003e\n"],["\u003cp\u003eThe function \u003ccode\u003eNAND\u003c/code\u003e is used as \u003ccode\u003eNAND(value)\u003c/code\u003e where \u003ccode\u003evalue\u003c/code\u003e should be a boolean.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eNAND\u003c/code\u003e function supports boolean data types and returns a boolean value.\u003c/p\u003e\n"],["\u003cp\u003eAn example shows how \u003ccode\u003e$var1$.NAND(TRUE)\u003c/code\u003e evaluates to \u003ccode\u003eFALSE\u003c/code\u003e when \u003ccode\u003e$var1$\u003c/code\u003e is \u003ccode\u003eTRUE\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,["# NAND function\n\nSee the [supported connectors](/integration-connectors/docs/connector-reference-overview) for Application Integration.\n\nNAND function\n=============\n\n`NAND` function\n---------------\n\nSupported data type\n-------------------\n\n\nThe `NAND` function supports the following data type:\n\n- Boolean\n\nExample: Find the NAND value of a boolean expression\n----------------------------------------------------\n\n\n**Sample data** : `$var1$ = TRUE`\n\n\n**Usage** : `$var1$.NAND(TRUE)`\nFind the NAND value of the boolean expression.\n\n\n**Output** : `FALSE`\n\nRecommendation\n--------------\n\n- Learn how to add and configure a [Data Mapping task](/application-integration/docs/configure-data-mapping-task)"]]