Aggregator combines multiple items from an Iterator into a single structured output.
What is Aggregator?
The Aggregator collects data and combines it:
- Receives multiple items from Iterator
- Combines them into one
- Outputs as array
[Item 1, Item 2] →
Process Items
→Aggregator
→ [Combined Array]How to Add an Aggregator
1
Click the Logic Processor icon after your Iterator steps.
2
Select Aggregator from the list.
3
Configure settings.
4
Click Save.
Configuration
Basic Settings
| Field | Description |
|---|---|
| Aggregator Name | Name for this aggregator |
| Source Module | Where data comes from (usually Iterator) |
| Aggregator Type | Array or JSON |
Aggregator Types
| Type | Output |
|---|---|
| Array Aggregator | Outputs standard array format: [...] |
| JSON Aggregator | Outputs JSON string |
Array Aggregator: Two Modes
Related Articles
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article


