Back to Templates

Add a check condition for a loop in n8n

Created by

Created by: Harshil Agrawal || harshil1712
Harshil Agrawal

Last update

Last update 8 days ago

Categories

Share


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.