Hello,
I am a complete beginner with Thunkable but got quite a lot experience with other tools.
I am trying to list API-Data in a list viewer. So far, I managed to get the Data from the API but there is only one item being displayed in the list viewer. I know this is due to the “get last or get first of” in the “in list item” but I have no idea how to loop through the response-data of the API. I tried different things but nothing worked.
The json-data looks like this:
{
“response”: {
“results”: [
{
“Adresse”: “Grinzinger Str. 50, 1190 Wien”,
“Bewertungen”: 20,
“Name”: “FRANCESCO Grinzing”,
},
{
“Adresse”: “Grinzinger Str. 1, 1190 Wien”,
“Bewertungen”: 2,
“Name”: “L’Osteria Wien Grinzing”,
},…
My block logic looks like this:
Please help me, to get all Data displayed in the grid viewer.
Thanks, Stefan