Aggregate

Action Categories
Description

Aggregates values from an array (Sum, Average etc)

Aggregate

The aggregate function allows you to easily sum numbers in an array. The array can be a simple list of numbers in a JSON array like:

[ 1,2,3]

or it can be an array of objects which contain numbers.