Display Json with nested objects

Hello,

I would like to display data from my Xano API which has an array within an array.
I can't figure out who to display this information within a column. Can someone help me with this?

Here are Screenshots of my data:


Thanks for the help, Lars

Hi Lars,

There's already a few topics on this.
If you think you want to use multiple tables for this, you can do this one: Unnest object
If you want to flatten the inside arrays into the same table, then you can follow this answer from this topic: Flatten Array into a Single Table

Regards

Thanks @jocen
I tried the flatten array approach with mapping but just can't figure out the code correctly.
If someone could help me that would be great. This is what I did so far:
Bildschirmfoto 2022-01-04 um 19.24.08

The structure of the json is in the first post.