Can't access data after the Merge

Describe the problem/error/question

I’m using the Merge node to combine data coming from 3 different sources. I want to use these data to build a prompt and pass it onto a LLM. I must be doing something wrong but I can’t access the data after the Merge node. I can only access the data from Input 1 and not from the 2nd and 3rd unputs.

Workflow

Thank you!

Information on your n8n setup

  • n8n version: 1.93.0
  • Database (default: SQLite): Postgres
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app): Selfhosted, docker
  • Operating system: Linux/macOs
1 Like

Hey @gusvd

You want to do it like this:

So the data is 1, and not processing multiple items but a single item with all data.

Best regards,
Samuel

2 Likes

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