How to get web api Json / Algum Brasileiro me ajudaaa!!!
Unfortunately not Brazilian / Portuguese, but here are a few posts to get you started:
- API results into a List Viewer
- Web API Component Example (with videos)
- https://docs.thunkable.com/web-api
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
“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.
JSON from API
{
"range": "Servidor!A1:Z1000",
"majorDimension": "ROWS",
"values": [
[
"Hi"
],
[
"Hello"
],
[
"Bye"
]
]
}
Blocks to Display Values
Values Displayed in App
3 Likes