Looping allows you to loop through a list of Tool steps in your Tools, based on a list outputted from previous steps, or an input from the Tool.

How to set up Looping in a Tool

  1. Add a Loop by clicking the button to create a new Tool step, then navigate to the Flow Controls tab to select a Loop
  2. Select the list you want to loop over in ‘List to loop’
  3. Choose how to process list items, either at the same time or one by one
  4. Add Tool steps inside the loop
  5. Once you’ve done that, run the Tool to test the loop

Advanced Settings

How should errors be handled?

Specifies how the loop should handle errors. Defaults to continue (skip item), but you can also choose to throw an error.

Index of item to test loop on

You can also choose a specific index to test with. This is helpful for debugging and also for testing your overall flow with a single item to reduce credit costs.

Frequently asked questions (FAQs)