Skip to main content
Iterates over a raw list and runs a small subgraph once per element. The collected per-iteration results are emitted on the default output. Use this when the data is a list of arbitrary maps (e.g. Hibob custom-table rows) that don’t fit the dated-property shape — Each is the right tool when you have a timeline.

Inside the subgraph

  • Wire Loop Item to the subgraph entry. The current row is also placed on the context, so a Raw Read with no input picks it up automatically.
  • End the subgraph with an End node — that’s the per-iteration result.

Tips

  • Pair with Raw Attribute upstream to fetch the list out of the model.
  • Pipe the default output into Wrap Raw to convert a list of dated properties back into the canonical sorted dated-property timeline.

Ports