Collections not visible in next modules

Hi,

I get the following results from an API call (HTML GET):

But when I want to use that data in a next module, in this case a set variable module, only the first collection is visible.
It says values, but only the first set of values are there.

How do I select the 3rd item from the 2nd collection?

Thanks!

Hi @Wiro
Your collections are the part of the array.


To get the Nth item of the array, you can specify the item number in the array or get it using the get & map functions.


2 Likes

Thank you so much! It worked!

3 Likes