Merge Items of all runs after Http Request Loop

Hey :slight_smile:
I’m stuck. Despite many attempts, I have not yet managed to merge the items from the various runs (in my example 4 but could be more) of the Http requests into one json array.
Thanks in advance for your ideas

You should be using the Aggregate node to merge multiple outputs to a single.

What are your plans for the workflow?

I would suggest removing the connections from IF (false) to Merge. Once you do that, the Merge node won’t be necessary anymore.

Or are you thinking about creating pagination? For pagination, you don’t need a loop - it can be set up directly in the HTTP node.

If possible, feel free to share the workflow.

Hey :slight_smile: Thank you! you were right. pagination within the http request node was the much better idea! it worked


Thanks!

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