Merge + noop + http request causes stragen behavior

Describe the problem/error/question

Hi all, I’m having some trouble whith some workflows, I have two workflows, the only diff is a noop node, but they get wrong outputs, both of them.

wf1 wo/noop:
Should output 1 item, but outputs 0
wf2 w/noop
Should output 1 item, but outputs 2

What is the error message (if any)?

Output:

Cause

Stack

Please share your workflow

wf wo/noop

Share the output returned by the last node

Information on your n8n setup

  • n8n version:
    0.233.1
  • Database (default: SQLite):
    default
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
    where do I see this?
  • Running n8n via (Docker, npm, n8n cloud, desktop app):
    n8n cloud
  • Operating system:

Welcome to the community @ricardo_ned!

Please fill out the template. Especially the information about your n8n setup. We will then have a look at your question. Thanks!

Hi, filled the missing info.

Hey @ricardo_ned, perhaps you want to head to your n8n cloud dashboard and update to n8n version 1?

This version will introduce a new execution order which will affect nodes with multiple inputs (like the Merge node):

Once you have updated to v1, your example workflows will return the single item you expect.

Result of workflow 1:

Result of workflow 2:

1 Like