Streaming Hub 0.1

Process items in a loop

Run nested steps once for each item in a list or object.

Alpha
IntermediateUpdated 2026-07-22

Steps

  1. Add a For Each step.
  2. Select a list or object source path.
  3. Name the item runtime variable.
  4. Add steps inside the loop body.
  5. Use the item variable in nested step fields.
  6. Set a delay or loop limit when required.

Related