Help - i have a infinite loop

HELP

I don't know why I'm getting an infinite loop at this point.
Even though the IF statement correctly receives the conditions to continue, it still returns false, creating an infinite loop. I don't understand why this happens.

What is the error message (if any)?

Please share your workflow

Share the output returned by the last node

Information on your n8n setup

  • n8n version: 1.106.3
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app): N8N CLOUD
  • Operating system:

Hey @alan.dev hope all is well. Welcome to the community.

Could you please go to Executions, find the latest run where the infinite loop happened, then go to the IF node and find the run, which was supposed to take the “true” branch, but didn’t and show the screenshot of that.

Alternatively, provide the input data, which was supposed to make the if to take the exit branch.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.