for-loop

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.

Package Information

Downloads: 1 weekly / 7 monthly
Latest Version: 1.0.0
Author: cwancy

Documentation

n8n banner

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 -d

Considerations

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

Discussion