Back to Templates
  • +1

Add a check condition for a loop in n8n

Created by

Harshil Agrawal

Last update

Last update 10 months 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.