OFFICIAL EXAMPLE
Iterate a checklist
Process three items from a Global, then continue once every item path has finished.
Before you begin#
- Use the Browser runtime. No credentials or network requests are needed.
Walk through the workflow#
- Import the workflow. Its items Global contains Plan, Build, and Review.
- 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.
- Run once. The Variable node on the item path executes three times, producing a message for Plan, Build, and Review.
- Inspect the final Variable node on the done path. Its output reports completed: 3. Add an item to the items Global and run again.