Merge's data to HTTP-Request

Describe the problem/error/question

After merge node, I got more than 2 items, and the node HTTP Request take all items into 1 request, but in my case, HTTP-Req node take all items in 1 request but it repeated HTTP-Req Node with the number of items of Merge Node

What is the error message (if any)?

Please share your workflow



## Information on your n8n setup
- **n8n version:** 1.33.1 self-hosted
- **Database (default: SQLite):** Postgres
- **n8n EXECUTIONS_PROCESS setting (default: own, main):**
- **Running n8n via (Docker, npm, n8n cloud, desktop app):**DockerCompose
- **Operating system:**Ubuntu22

hello @Le_nAm

you have to use the Aggregate node after the Merge node to pack all your items into one.

Another option is to use the Execute Once switch of the HTTP Request node

2 Likes

Hi, thank you for noticing about this :smiley: I didn’t know that I had this Aggregate node.

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