Hi community, I’m doing a http request that fetches 100 items at a time, and keeps looping with an IF-node until there’s no full 100 page results left. In this example it runs 4 times and retrieves a total of 312 items. I need to aggregate all those items of the entire loop into one single array, but that’s where I’m running into issues. The aggregation either only shows the first 100 items, or outputs 3 seperate arrays. I’ve tried working with a Merge-node and “wait for all data to arrive”, but that also doesn’t seem to be the solution.
So straight forward explanation of my workflow: wait for loop to finish → aggregate all items of the seperate http calls into one single array.
Thanks in advance!
PS. The screenshot shows an overview of the workflow. It looks like the aggregate node is inputting 312 items and outputting all of those into 1 item, but for some reason the output is only made up of the first 100 items (first http request).
