Skip to main content

Loop Node (type = "loop")

Processes array items one by one; the loop body is expressed as nested child nodes under blocks.

Schema

  • See: LoopNode.json
  • Key fields:
    • data.loopFor: array source to iterate over (ref / expression, etc.)
    • data.loopOutputs: mapping of aggregated results produced inside the loop
    • blocks: list of child nodes that form the loop body

Example

Use the real schema in LoopNode.json as the authoritative reference.