[[["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-29 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eLESS_THAN\u003c/code\u003e function checks if a given number is less than a specified number, returning \u003ccode\u003eTRUE\u003c/code\u003e if it is and \u003ccode\u003eFALSE\u003c/code\u003e otherwise.\u003c/p\u003e\n"],["\u003cp\u003eThis function takes a single numerical input parameter, and can be used to check the value of both Integer and Double data types.\u003c/p\u003e\n"],["\u003cp\u003eAn example usage demonstrates that when \u003ccode\u003e$var1\u003c/code\u003e is \u003ccode\u003e25\u003c/code\u003e, the expression \u003ccode\u003e$var1.LESS_THAN(27)\u003c/code\u003e evaluates to \u003ccode\u003eTRUE\u003c/code\u003e, indicating that 25 is less than 27.\u003c/p\u003e\n"],["\u003cp\u003eThe document covers data types that are supported, showing that it can operate with Doubles and Integers.\u003c/p\u003e\n"]]],[],null,["# LESS_THAN function\n\nSee the [supported connectors](/integration-connectors/docs/connector-reference-overview) for Application Integration.\n\nLESS_THAN function\n==================\n\n`LESS_THAN` function\n--------------------\n\nSupported data type\n-------------------\n\n\nThe `LESS_THAN` function supports the following data types:\n\n- Double\n- Integer\n\nExample: Check if an integer is less than the specified value\n-------------------------------------------------------------\n\n\n**Sample data** : `$var1$ = 25`\n\n\n**Usage** : `$var1$.LESS_THAN(27)`\nCheck if var1 is less than `27`.\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)"]]