[[["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\u003eApplication Integration offers supported connectors, accessible via the provided link.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eOR\u003c/code\u003e function performs a logical OR operation on boolean values.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eOR\u003c/code\u003e function requires a boolean value as an input parameter and returns a boolean value.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eOR\u003c/code\u003e function exclusively supports the boolean data type.\u003c/p\u003e\n"],["\u003cp\u003eAn example is shown where using the \u003ccode\u003eOR\u003c/code\u003e function on \u003ccode\u003e$var1$\u003c/code\u003e and \u003ccode\u003eTRUE\u003c/code\u003e returns a value of \u003ccode\u003eTRUE\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,["# OR function\n\nSee the [supported connectors](/integration-connectors/docs/connector-reference-overview) for Application Integration.\n\nOR function\n===========\n\n`OR` function\n-------------\n\nSupported data type\n-------------------\n\n\nThe `OR` function supports the following data type:\n\n- Boolean\n\nExample: Find the OR value of a boolean expression\n--------------------------------------------------\n\n\n**Sample data** : `$var1$ = FALSE`\n\n\n**Usage** : `$var1$.OR(TRUE)`\nFind the OR 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)"]]