Describe the problem/error/question
I am trying to combine data from two nodes by matching fields in the Merge node, but the node is creating duplicates and outputting more items than I am putting in.
I believe part of the issue stems from me splitting out a field to perform that many HTTP requests which I am trying to enrich/join the previously split items, via the following steps:
- Split out
PhysicalCredentials
- Perform an HTTP request for each PhysicalCredential’s
CardTemplate
- Combine records matching the
ID
from HTTP node withCardTemplate
from Split node
Although I can remove duplicates after, I’m just curious as to why this is happening.
What is the error message (if any)?
No error message. Erroneous output.
Workflow outputs have been pinned to demonstrate issue
Please share your workflow
Share the output returned by the last node
Information on your n8n setup
- n8n version: 1.67.1
- Database (default: SQLite): default
- Running n8n via (Docker, npm, n8n cloud, desktop app): n8n cloud