Remote Json data as Arrays, need the data inside each arrays

CMS Version

4.0.8

Player Version

Windows R402.1

As a personal project (And to practice working with Datasets), I’m trying to build a Disney World “wait times board” using the : queue-times API at this URL.

I know my issue lies on how I format my json querry: The test works and I receive the processed data from the root “lands”.
image

Then, in my columns, I cannot use the route “rides.name” or “rides[*].name” or “ride.*.name”, for exemple, to get every names.
I can use “rides.0.name” but then I get the first name of every lands and I am missing the rest.

So I am looking to simply return the list of all ride names regardless of the land. Can Xibo parser do a loop inside each arrays like that? And if so, how? :smiley: