[[["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\u003eADD\u003c/code\u003e function in Application Integration adds a specified number to an existing number, returning the sum.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eADD\u003c/code\u003e function accepts a number as an input parameter, representing the value to be added.\u003c/p\u003e\n"],["\u003cp\u003eThe supported data types for the \u003ccode\u003eADD\u003c/code\u003e function are Double and Integer.\u003c/p\u003e\n"],["\u003cp\u003eAn example demonstrates that using \u003ccode\u003e$var1$.ADD(5)\u003c/code\u003e with \u003ccode\u003e$var1$ = 15\u003c/code\u003e results in an output of \u003ccode\u003e20\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,["# ADD function\n\nSee the [supported connectors](/integration-connectors/docs/connector-reference-overview) for Application Integration.\n\nADD function\n============\n\n`ADD` function\n--------------\n\nSupported data type\n-------------------\n\n\nThe `ADD` function supports the following data types:\n\n- Double\n- Integer\n\nExample: Add two integers\n-------------------------\n\n\n**Sample data** : `$var1$ = 15`\n\n\n**Usage** : `$var1$.ADD(5)`\nAdd 5 to var1.\n\n\n**Output** : `20`\n\nRecommendation\n--------------\n\n- Learn how to add and configure a [Data Mapping task](/application-integration/docs/configure-data-mapping-task)"]]