Hi everyone, I can’t understand if I do something wrong, or if there’s a problem when using a Merge node with the Combine / Enrich options…
Situation
I defined a very simple example, with two Code nodes:
- the first one returns
{'first': 'Hello', 'second': 'world'}
- the second one returns
{'second': '!!'}
I expect the merge to return{'first': 'Hello', 'second': 'world!!'}
so I configured the Merge node as seen below:
However the response is still {'first': 'Hello', 'second': 'world'}
, and I didn’t find a way to get the expected result (expect for configuring Output Type : keep everything and then merging the second key with a Code node, which works but is not particularly ideal)
Workflow
Any idea about that ?
n8n setup
- n8n version: 1.55.3
- Database (default: SQLite): PostGRES
- n8n EXECUTIONS_PROCESS setting (default: own, main): never found out
- Running n8n via (Docker, npm, n8n cloud, desktop app): Docker
- Operating system: Debian 12
Bests,
Benjamin