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)
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.
Try to use this node Code after loop done to merger all items


