Data Aggregation: The Collector Step

Modified on Thu, 30 Jan, 2025 at 12:28 AM

The Collector Step enables efficient management of data across multiple iterations or a Loop by consolidating and organizing information into a cohesive dataset. This powerful component serves as a central repository for processing, analyzing, and transforming data from multiple resources or items within an iteration sequence.


During the execution cycle, the Collector Step systematically accumulates relevant information from each iteration, maintaining data integrity and accessibility throughout the process. As the workflow progresses through the configured loop parameters, the Collector continuously aggregates and stores specified data points, ensuring that critical information remains preserved and organized. This consolidated data remains accessible even after the loop execution concludes, providing seamless access to processed information outside the loop's scope.


The Collector Step's architecture particularly excels in scenarios requiring extensive data processing, selective information extraction, or complex transformation operations across large datasets. This makes it an invaluable tool for workflows that demand comprehensive data collection and analysis capabilities, especially when dealing with substantial volumes of information or when selective data extraction is required from complex resource structures.



Collector Step Mechanics

  • Utilizes key-value pair architecture
  • Processes and stores iteration-specific data
  • Consolidates all iteration results into a comprehensive list upon loop completion


Did you know?
A Collector is not limited to string values, and you can store Json strings as well. 
You can store values such as: 
- Dictionaries {key:value}
- lists of dictionaries [{key:value}]
- Lists []
- Numbers
- Dates
etc.



Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select at least one of the reasons
CAPTCHA verification is required.

Feedback sent

We appreciate your effort and will try to fix the article