sum
Add all values in a provided dataset or array and return the total. Use it to total numeric lists for reports, calculations, or data analysis.
Instructions
Calculate the sum of all values in a dataset.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| numbers | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |