Execute workflow gives different output

Hi everyone
I’m facing a confusing issue where Execute workflow produces a different output compared to Execute node even though I’m inspecting the same item
In my workflow
When I open the next node and inspect the input the value is true but in the output panel the same field becomes false
I mean if I click EXECUTE NODE the output is correct true but if I click EXECUTE workflow the output is incorrect false

Describe the problem/error/question

What is the error message (if any)?

Please share your workflow

(Select the nodes on your canvas and use the keyboard shortcuts CMD+C/CTRL+C and CMD+V/CTRL+V to copy and paste the workflow.)

Share the output returned by the last node

Information on your n8n setup

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

I new reply quickly to this

1 Like

Have you try to clone data in code nodes

3 Likes

Yes have done that but I think I mutate json directly maybe that why

2 Likes

Yeah never mutate json directly and check set node mode make sure it’s in merge fields [ switch to merge by key]

Also add a set node, input during execute workflow

4 Likes

Okay let me check it out hopefully it works

1 Like

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