Merge differing number of items

Hi all,

Apologies if this has already been answered somewhere.

Describe the question

I have a merge node which takes two inputs, input A will always have 1 item, input B can have 1 or more items.

My goal is to add the single item from input A to every item from input B.

The issue I’ve encountered is that the item from input A is only combined with the first item from input B. Is there a way I can reuse the item from input A?

Please share your workflow

Information on your n8n setup

  • n8n version: 1.24.1
  • Database (default: SQLite): Postgres
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app): npm
  • Operating system: Windows

@trRad23 , use “Multiplex” mode

3 Likes

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