Merge data from 3 HTTP request

Hi.
I have problem with merge data from more then one HTTP request.
The data they collect must first be filtered and then combined into one.
This method does not work because the data must be delivered at the same time.
How can i do that?
(Dont look at errors on HTTP requests, this is a sample pic)

you can add wait node after http’s or merge.
as merge node waits for all responses n8n doc 1 n8n doc 2 also specified in these both sections on merge node in n8n documentation.

am i 5tup|d or i don’t see solution for me
'Wait" freezee whole app, dont run another HTTP req.
Only one solution works, but ilts look horrible.

if it works it is good.

Why would you have three HTTP Request nodes? From what I see in the initial screenshot, the Data filter is the same for all of them, and from what I see from the second screenshot, the requests are to the same domain (may be different path).

Would this work for you?

Three URLs are provided by url source, for each we run http requests and then filter them at the end… all nodes are executed one by one, and most importantly - no monstrosity with copying and pasting the same nodes.

It works, but i still have 6 items, not one.

Try to use this node Code after loop done to merger all items