aggregate · Version: 1 · Category: Data
Reduce collection items into one deterministic result. This node is not marked with the catalogue’s generic side-effect flag. That classification is not a guarantee that every configured operation is read-only; review the concrete action and its destination.
When to use this node
- Reduce several items to a count, numeric value, string, group, object or collected array.
- Create a single report value after a loop.
Example: Count processed rows
Count all completed items after collection processing.Example settings
- Connect a collection-producing node.
- Choose an operation and only its relevant fields.
- Inspect the aggregate preview and source count.
Configuration
Workflow JSON
The editor stores this node with the following implemented default configuration:Default node configuration
Inputs
Outputs
Execution behavior
- Numeric operations reject strings rather than coercing them.
- Results are deterministic in input order and bounded by aggregate byte policy.
- The editor catalogue declares
value(any) for mapping. The execution inspector can contain additional evidence fields; inspect a real result before selecting nested paths from object or any outputs.
Common issues
- Empty numeric selections return null; count returns zero.
- Object-by-key requires an explicit duplicate-key policy.
Where it can run
- Desktop local runner
- Paired self-hosted runner
- Hosted runner