← Back to the Developer Tools category

Aggregate Items

This node collects multiple input values into a repeated output. It is the inverse of Extract Item - use it to combine individual values into an array that can be processed by nodes expecting repeated inputs.

DataArrayAggregate
Try this node

Inputs

NameTypeRequiredDescription
valuesanyYesValues to aggregate (supports multiple connections)

Outputs

NameTypeDescription
resultanyThe aggregated values as a repeated output
countnumberNumber of items in the result

Related Nodes in Developer Tools