n8nflow.net logo

Add a check condition for a loop in n8n

by Harshil AgrawalUpdated: Last update a year agoSource: n8n.io
Loading workflow viewer...

Getting Started

This workflow demonstrates the use of $runIndex expression. It demonstrates how the expression can be used to avoid an infinite loop.

The workflow will create 5 Tweets with the content 'Hello from n8n!'.

You can use this workflow by replacing the Twitter node with any other node(s) and updating the condition in the IF node.