Skip to main content

Loop

Overview

The Loop section helps you loop through a set of items and perform specific actions for each iteration.

You can only choose a single output as a collection to loop through.

From within the loop you can use two properties:

  • Index (an index referencing the current loop iteration starting with 1).
  • Item (current loop item from passed collection)

If the item attribute is an object and you need a nested attribute within it, you can click "Custom Path" and fill in the path to the attribute you need.

We will continue to work to improve the experience for accessing attributes in "Item"