JSON data not showing in table

Hello,
I want to connect data from an Airtable to a dashboard in Retool.
The query works and pulls the Data in a JSON format into retool.
But when I want to display it in a table it doesn't show anything.

The screenshot shwos both the JSON structure and the column where I want the add the data.
Any help is appreciated :slight_smile:

On first glance, it looks like you need to put brackets around the field name since it has spaces.

I just tried all ppossible ones. How would it have to look like?

I think the field should be {{item.[Anbieter Website (from Angebote)]}}

2 Likes

I tried a different approach with a data transformer, which worked but thank you very much for your help :slight_smile: