Continue with only one Bundle/Operation after a repeater and an aggregator

Hi all

I need to get a lot of data from a server. I managed to get the data in packages of 1000 lines which i repeat several times to get all of the information i need.
I want to write all of the data into one .csv and upload it to a FTP Server.

Is there a way to build a “wall” were all output bundles of the GET Data module or the Parse JSON module are kept until the Repeater is done, and then continue working with all the aggregated Data in one Bundle /Operation?

Basicly, i keep getting two or more .csv but i only want one.

I think i solved it myself by, in the aggregator, choosing the repeater as the source module instead of the Parse JSON one. So the aggregator only gives out a package once the repeater is done.

Didn’t know that at first.

2 Likes

Hey there @Philipp_FPM :wave:

You did such a good job while solving your struggle!

Thank you for updating us on the issue and sharing what worked for you. :pray:

1 Like