Aggregators: Working with Lists and Digests
Nodes are the building blocks of your automation. Each node performs a specific task and passes the result forward.
3 nodes available
Aggregator
Waits for all parent nodes to complete
Row Builder
Create structured objects (JSON) or tables from data.
Text Aggregator
Combines multiple text items into one digest.
Aggregator nodes allow you to change the structure of the data flow: instead of processing each news as a separate post, you can gather them together.
Use of Aggregators
- Daily Digests: Gather the top 10 news items of the day into one long message with a numbered list.
- Table Building: Prepare data as rows for further recording in Google Sheets or sending via API.
- Synchronization: Wait for several parallel processes to complete before taking a final action.
Aggregators make your automations neater for the end user, offering grouped and well-structured content.