Collector

Collector

Introduction

The collector task is used to collect data received in a loop. Since the loop executes one by one, it’s not possible to save the output data but the collector saves the output received for each iteration of the loop and provides a collective array type output.

 

Description

After you complete the configuration for the collector task, a set of data slots gets generated for further use in automation.

  • Records: It is the records or the data provided by you in the automation.

Steps to configure

  1. Drag and drop the collector task from the helper section into the automation. Click on it and the following form will appear on the right side of the screen.

  2. Add a name and an appropriate description for reference.

  3. In the collector input field, then you need to feed data from the data slot. Click on the data slot, drag the desired data and drop it into the input field. An input object represents a single user input.

  4. Click on save to successfully save the condition.

 

Related articles