n8n-nodes-for-loop
v1.0.0
Published
The node is functionally similar to a traditional for-loop. It executes the connected branch a specified number of times and then exits through the done output.
Maintainers
Keywords
Readme

For Loop Node for n8n
This repository provides a custom control-flow node for n8n that performs a fixed-count loop. The node exposes two outputs:
- loop: emitted for each iteration.
- done: emitted after all iterations have completed.
The node is functionally similar to a traditional for-loop. It executes the connected branch a specified number of times and then exits through the done output.
Docker
docker compose build
docker compose up -dConsiderations
This node is still in active development, and features are not final. The node is also awaiting approval to become a community shared node.
License
MIT
