Lists

Sum

4min

Overview

The Sum action calculates the sum of all the numbers in a list.

Document image


Parameters

Inputs

  • input a list of numbers (list<object>). The list must consist of primitive data types such as integers, doubles, etc.

Outputs

  • result (object): The sum of the numbers in the input list.

Important Notes

  • Ensure that the input list contains only primitive data types (e.g., integers, doubles) for accurate results.



Updated 14 Apr 2024
Doc contributor
Doc contributor
Did this page help you?