I am following a tutorial about accessing my Airtable database from Thunkable and have added Thunkable as a third-party integration from Airtable.
After adding the Airtable base in Data Sources, if I click on the base name, I get a table view of the data, but when I try to run the API Get, I get an Authentication_Required error.
Also, if I go into Developers Hub on Airtable and click on the OAuth integrations, it does not show anything.
Is there a reason you’re using the API blocks instead of the built-in Data Source blocks? See my response to your other topics here: Querying an Airtable base - #3 by tatiang.
Is it mainly so that you can retrieve data from multiple tables?
I also want to be able to update the tables automagically from time to time. Understand that this cannot be done with local data sources.
Was reading through other thread last night where you go through JSON requests. Will watch the video today.
You also mentioned in the thread that you might explain the ability to display data from a JSON request in the Data Viewer List/Grid. Did you ever get around to that?
Generally, to display an API response in a Data Viewer List, you have to create rows for the JSON data in a local data source which means that you’re looping through the JSON data. But no, I haven’t made a tutorial for that.
There are two ways I use Airtable:
The built-in Data Source blocks… unless I need complex filtering for the results in which case I use #2 below.
The filterByFormula command using the Airtable API