Hi @florianherzog
This is my call setup:

And this is my test output

This is where I’m stuck in the workflow:

Please note that in the workflow where I call this API, I do get the JSON output correctly.
However, it seems I can only fetch from the JSON output the list of items (“:each item” is the only selectable dynamic input, while I look for something like “current item”).
In other words, now I get output like [Hotel A, Hotel B, Hotel C] while I want to fetch only 1 hotel from the list instead per iteration.

The endgoal is to eventually feed ChatGPT with all hotel data from the API response, and ask for a good recommendation based on a prompt with specific hotel preferences.
Let me know if this explains.