I have another example of unexpected results from a Merge Node. This time it cannot be the data type of the match fields (they are both strings).
I’m enriching Input 1, so I would expect the ‘id’ column from Input 1 to be the first column in the output (in green in the screenshot), but it’s not, it’s taking the ‘id’ column from Input 2 as the first column! Why is this happening? Maybe you know @barn4k?
I solved the problem, I changed the name of the ‘id’ field in Input 1 so it differs from the identical field name ‘id’ in Input 2 and it now works. BUT surely the app should be able to distinguish between 2 identically titled fields in different inputs?