[[["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\u003eNOT\u003c/code\u003e function in Application Integration returns the opposite boolean value.\u003c/p\u003e\n"],["\u003cp\u003eIt does not require any input parameters.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eNOT\u003c/code\u003e function only supports the boolean data type.\u003c/p\u003e\n"],["\u003cp\u003eFor example, if a variable is \u003ccode\u003eFALSE\u003c/code\u003e, applying \u003ccode\u003eNOT\u003c/code\u003e to it will return \u003ccode\u003eTRUE\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,["# NOT function\n\nSee the [supported connectors](/integration-connectors/docs/connector-reference-overview) for Application Integration.\n\nNOT function\n============\n\n`NOT` function\n--------------\n\nSupported data type\n-------------------\n\n\nThe `NOT` function supports the following data type:\n\n- Boolean\n\nExample: Find the opposite value of a boolean\n---------------------------------------------\n\n\n**Sample data** : `$var1$ = FALSE`\n\n\n**Usage** : `$var1$.NOT()`\nFind the NOT value of var1.\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)"]]