Skip to main content

Overview

For each Node
The For Each node allows you to iterate over a list and execute a set of nodes for each element. This creates a loop in your workflow for processing arrays of data.

Configuration

List

Define the structure of the list to iterate over.

Inputs

  • List: The list of items to iterate over

Outputs

  • Element: The current element being processed (matches the element type of the configured list)