Nocodeapi To Thunkable

Hi
Can anyone tell me how to use nocodeapi to link Thunkable and google sheets

Can you tell us a little bit more about what you’re trying to do here @namitnagar ?

Why not connect directly to Google Sheets through the Data Sources tab?

If you have to use an API, then you can connect to it with the Web API component.

Using Data Sources requires update it doesn’t have auto update so I thought to use api

If you’re using a local table then yes, but if it’s connected to Sheets then it will auto-update.

What sort of app are you trying to build?

try this

URL to enter in thunkable

https://sheets.googleapis.com/v4/spreadsheets + your concept from docs

Just want to try web api component @domhnallohanlon


@super-coder

Cool, best of luck with it. There are tons of great resources right here in the Community if you want to learn how to work with an #api

1 Like

hey, in the URL property
image
you should type https://sheets.googleapis.com/v4 + click here to see what you had to.

clicking it is NOT what you’re supposed to! every API reqiures a URL and that’s what I MENT

and I mentioned