How to get web api Json / Algum Brasileiro me ajudaaa!

How to get web api Json / Algum Brasileiro me ajudaaa!!!

Unfortunately not Brazilian / Portuguese, but here are a few posts to get you started:

Happy Coding!

Darren
Thunkable X Tutorials

1 Like

I am very difficult on this, could you help me by bringing this json

with written content

https://sheets.googleapis.com/v4/spreadsheets/1DHj93MVH7NGwseKFYw7SdZADQYJGYxsd_acocysMw3s/values/Servidor?key=AIzaSyAshyb4Cvus6RarecBDbQdKwR3xToenhdk

“Hi”
“Hello”
“Bye”

for a list view object?

so I learn how to do it next time

Pleaassssse

Baixa o NEWS.aia que postei na seção Share Your Apps. Notícias com JSON e API.

@Kaio_Maciel

JSON from API

{
  "range": "Servidor!A1:Z1000",
  "majorDimension": "ROWS",
  "values": [
    [
      "Hi"
    ],
    [
      "Hello"
    ],
    [
      "Bye"
    ]
  ]
}

Blocks to Display Values

Values Displayed in App

3 Likes