[[["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\u003eXOR\u003c/code\u003e function performs a logical XOR operation on boolean values.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eXOR\u003c/code\u003e function accepts a boolean value as an input parameter and returns a boolean value.\u003c/p\u003e\n"],["\u003cp\u003eThe function supports the boolean data type.\u003c/p\u003e\n"],["\u003cp\u003eAn example is provided demonstrating the usage of \u003ccode\u003eXOR\u003c/code\u003e with a variable \u003ccode\u003e$var1\u003c/code\u003e set to \u003ccode\u003eTRUE\u003c/code\u003e resulting in an output of \u003ccode\u003eTRUE\u003c/code\u003e when XORed with \u003ccode\u003eFALSE\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,["# XOR function\n\nSee the [supported connectors](/integration-connectors/docs/connector-reference-overview) for Application Integration.\n\nXOR function\n============\n\n`XOR` function\n--------------\n\nSupported data type\n===================\n\n\nThe `XOR` function supports the following data type:\n\n- Boolean\n\nExample: Find the XOR value of a boolean expression\n---------------------------------------------------\n\n\n**Sample data** : `$var1$ = TRUE`\n\n\n**Usage** : `$var1$.XOR(FALSE)`\nFind the XOR 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)"]]