Hello guys, how are you doing?
I’m using a Merge node after a loop of HTTP Requests. The reason of this loop is the pagination of the API.
I’m trying to merge the objects coming from one request with the objects coming from the request loop. Everything works fine, except the merge node, that stops after the first loop.
How can I handle this situation?
Best regards