Extract individual bundle data from array or make it accessible as a selection in Make

Hello, I have read various documentations and forum entries, but I haven’t really figured it out yet.
My task is to extract several results from a collection. It would be even better to be able to specify these as data points in Make.

In my example, I start an Api call to a Google calendar. My goal is to display the individual appointments that have already been blocked in the ChatGPT prompt. See screenshot 1.

What I have already tried is to pass the data into an Interator. It works that the array - collection collections - in the example 2 pieces are then output as 2 bundles. See screenshot 2

However, I would like to access each individual bundle in Make. Unfortunately, I can only retrieve the first collection data in the iterator, the second or more cannot be retrieved. I have already tried to separate further with an array aggregator - but I cannot separate the results from each other See screenshot 3

The best would be to get a collection as an art list that I can select in Chat GPT.
Example: Please check if the requested date is in the period of the [variable list].
Can anyone help me?
blueprint.json (198.6 KB)



Welcome to the Make community!

Instead of an Array Aggregator,try using the Tools “Text aggregator” module —

Aggregates multiple strings into one text.

For more information, see https://www.make.com/en/integrations/util, and https://www.make.com/en/help/app/util in the help centre.

Hope this helps! Let me know if there are any further questions or issues.

@samliew

P.S.: Investing some effort into the Make Academy will save you lots of time and frustration using Make.