Sum of all the numbers in an array. The return type depends on the
type of the array. For example, for an array of type Double, the
return type is a double value.
Supported data type
The SUM function supports the following data types:
[[["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-03-07 UTC."],[[["The `SUM` function adds all values within an array, such as an array of double or integer data types."],["The return type of the `SUM` function depends on the array's data type, returning a double for a double array and an integer for an integer array."],["The `SUM` function is called using the array variable, followed by \".SUM()\"; for example, `$var1$.SUM()`."],["Application Integration's supported connectors are documented in the provided link."]]],[]]