Loop

Executes a block of code a specified number of times or based on a range of values.

Options

  • Iterable - Iterable element which can be traversed or looped through its items one at a time.

    You can select the previous node value from the data hub or you can provide it directly.

  • Batch Processing - Allows processing a group of records in batches, rather than one by one.

  • Batch size - Single batch size. To be provided, only if batch processing is enabled. The batch size should be a minimum of 100.

Examples

Batch size 3 is used for illustration purpose only. Minimum Batch Size allowed is 100.

Last updated