[[["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\u003eINT_LIST\u003c/code\u003e function generates a list of integers within a specified range, including the start value and excluding the end value.\u003c/p\u003e\n"],["\u003cp\u003eThis function requires two integer arguments: a starting value and an ending value.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eINT_LIST\u003c/code\u003e function returns an integer array.\u003c/p\u003e\n"],["\u003cp\u003eThe function supports only the Integer array data type.\u003c/p\u003e\n"],["\u003cp\u003eAs an example, using \u003ccode\u003eINT_LIST("12", "20")\u003c/code\u003e would output \u003ccode\u003e12, 13, 14, 15, 16, 17, 18, 19\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,["# INT_LIST function\n\nSee the [supported connectors](/integration-connectors/docs/connector-reference-overview) for Application Integration.\n\nINT_LIST function\n=================\n\n`INT_LIST` function\n-------------------\n\nSupported data type\n-------------------\n\n\nThe `INT_LIST` function supports the following data type:\n\n- Integer array\n\nExample: Generate an integer array between 12 and 20.\n-----------------------------------------------------\n\n\n**Usage** : `INT_LIST(\"12\", \"20\")`\n\n\nReturns a list of integers between 12 and 20.\n\n\n**Output** : `12, 13, 14, 15, 16, 17, 18, 19`\n\nRecommendation\n--------------\n\n- Learn how to add and configure a [Data Mapping task](/application-integration/docs/configure-data-mapping-task)"]]