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)