I’m a novice with n8n, however, I am certain there is an issue with the way a merge node is handling my data.
Describe the problem/error/question
My Merge node is set to combine 2 inputs by Matching Fields. The Field to Match has identical name in both inputs. Output type is Enrich Input 1. The two fields from input 2 I expect to be added to input 1 are present, one is displaying the correct data, but the other is displaying NULL for all items. This should not be happening.
Ensure to copy your n8n workflow and paste it in the code block, that is in between the pairs of triple backticks, which also could be achieved by clicking </> (preformatted text) in the editor and pasting in your workflow.
```
<your workflow>
```
That implies to any JSON output you would like to share with us.
Make sure that you have removed any sensitive information from your workflow and include dummy or pinned data with it!
The actual examples of data you merge would help to understand why it is not working.
Here’s the demo of the workflow and I encountered no issue you described:
Hi and thanks for responding. On further inspection this issue is me!! There were NULLS in the data that I didn’t pick up on.
However, I have another issue with a merge node - when enriching one input with another, I’m not getting the additional data joined on. Here’s the example: