Skip to main content
The Start Loop node starts a looping structure inside a workflow. It runs the connected loop body one time per iteration and can count iterations in three ways: a fixed number of repetitions (simple), a numeric index range (For), or one pass per item in a list (List). Each pass exposes the current index, first/last flags, and an optional carried value that can be passed from one iteration to the next.

Inputs

Common Inputs

Simple Mode Inputs

For Mode Inputs

List Mode Inputs

Notes:
  • Only the parameters belonging to the currently selected mode are shown and used.
  • In Simple mode, the iteration indices run from 0 up to num_iterations minus 1. In For mode, indices run from start_iteration_index up to (but not including) max_iteration, increasing by step. In List mode, one iteration runs per item in list.
  • step must not be 0; a value of 0 raises an error. Values below 1 are not allowed.
  • If the computed number of iterations is zero, the is_last output is reported as true and the loop body does not run.

Outputs

This documentation was AI-generated. If you find any errors or have suggestions for improvement, please feel free to contribute! Edit on GitHub

Source fingerprint (SHA-256): be34fedd4db9d4f4cc795855c87f6489f294e029da316b5dc66e5af7dff004a9