Double merge node do not retrigger the workflow

Describe the problem/error/question

Using 2 merge node is halting the workflow for no reason, what am I missing here ?

This is working:

This one is stopping at the start of the second loop:

Information on your n8n setup

  • n8n version: n8n version: 2.1.4
  • Database: SQLite
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via : Docker
  • Operating system: Debian

Ok so the issue was because all inputs needs to be reupdated to trigger the node.

I solved my issue by adding a code node just before the merge that is returning the value of the previous node but not from the $input but from it’s name:

This allows as well to retrigger the workflow without having to regenerate the first random number.

1 Like

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