How do move to another bundle?

Hi everybody so my air table search return multiple bundle and i can’t quite find a way to access the next bundle (or the next data and other data) and also how i would combine them together

Here’s the sample data, you can ignore other module

I tried reading multiples past question on forums but can’t understand or don’t know how i would make it work for my case. Thanks!

Hey there,

what do you mean you cant access it? When the flow is done processing the first bundle it will start with the second and so on.

Can you share some more info on what you are trying to achieve and show the rest of the flow and how the modules are setup?

So I want to take data from all bundles, but if I, for example, want to fetch it into the ChatGPT model, it will only give me data of the first bundle. Again, you can ignore the rest of the flow; it was just me trying to find how to access the next bundle. So for example, in this case, 2 bundle is returned:

And lets say i want to put all the data, including all bundle, into an email, it would just give me the data of the first bundle:

Use an aggregator module. If you want to send both together as part of a text block, then use a Text Aggregator.

How would i access individual bundles too? Like for example if each bundle contains a link, for instance, i would want to have some sort of loop that would let me access the second, third, … bundle. I can’t quite figure that out yet. Thanks!

P/s: i’m still new to make