Aggregate Node
Aggregate multiple items into a single item with combined values.
Written By pvdyck
Last updated 16 minutes ago
Aggregate Node
The Aggregate node combines multiple input items into a single output item. Useful for collecting all results before passing them downstream.
Operations
Parameters (Individual Fields)
You can add multiple field aggregations in a single node.
Parameters (All Item Data)
Options
Example
Three input items with {name: "A"}, {name: "B"}, {name: "C"} become one item: {names: ["A", "B", "C"]}.
Limitations
- None. Full support.