Getting values from an array / collection without keys

I get the following Output from an Array aggregator:

If I would like to access specific values but I even after hours looking at videos and searching this forum I seem to fail. I tried a variety of iterators and different functions to get there but functions like these do not seem to work:

{{map(6.array; “2.data.1.2”)}}

So let’s imagine I would like to access the datapoint that has the following path:

Array - 2 - Data - 1 - 2

(i.e. 2518.12000)

How would I do this?