blokboard/ Open app

OFFICIAL EXAMPLE

Iterate a checklist

Process three items from a Global, then continue once every item path has finished.

ArraysLoopsGlobals

WORKFLOW SNAPSHOT

Iterate a checklist

4 nodes

Interactive workflow preview loads here. Download the JSON to inspect it in the app.

A saved example. Your imported copy is independent of this page.

Opens as a new, inactive workflow. Review the nodes before running.

Before you begin#

  • Use the Browser runtime. No credentials or network requests are needed.

Walk through the workflow#

  1. Import the workflow. Its items Global contains Plan, Build, and Review.
  2. Inspect Iterate: Items reads {{global.items}} as an array. Its item output processes each checklist entry, while done waits for all item paths to finish.
  3. Run once. The Variable node on the item path executes three times, producing a message for Plan, Build, and Review.
  4. Inspect the final Variable node on the done path. Its output reports completed: 3. Add an item to the items Global and run again.
← All examples