Ciao.
Is anybody so kind to help me find guides, tutorials and docs where I can learn how to use Airtable DB on my Apps?
Grazie
Ciao.
Is anybody so kind to help me find guides, tutorials and docs where I can learn how to use Airtable DB on my Apps?
Grazie
If you’re starting out with Airtable, you might consider using the Airtable API and filterByFormula. It’s fast, powerful, and flexible.
See this topic for my response and the working blocks: filterByFormula via AirtableAPI
Thankyou Tatiana, but there is still something I don’t understand:
Select *
from Table
where atlCategoria=“B1” and atlDataAbbandono=0
Can you show me please a simple example in blocks?
Grazie!!
To get all the access info, like the web URL, i found very useful these docs:
Go to Airtable page, top right corner click on your personal image/account > Developer Hub > On the left, under “Resources” click on “Developer Docs” > select “WEB API” from the 4 options > Scrolla down and select your Base > go to “Authentication” field
Everything is written there, they teach you also how to do simple tasks
Hope it helped
You can set the base directly in the URL.
You can either write the Table ID or the table name
ex.
api.airtable.com/v0/APP_ID/TABLE_ID
At least it worked for me, but i suggest you to go through teh docs i sent you, everything it’s literally written there
You can use OR and AND statements inside of the filterByFormula property. You can see an example here: The AirTable API (a more efficient way to integrate AirTable with Thunkable) - #22 by jared.
Ciao.
I understamd that my problem is to write on tables in Airtable.
In effect, further than having problems with writing new records, I have also with updating ones, with the same error:
{“error”:{“type”:“INVALID_REQUEST_MISSING_FIELDS”,“message”:“Could not find field \“fields\” in the request body”}}
(updating bloks)
The “delete” function is ok!
Can you help me please?
Grazie
Hi,
i’m just having a very quick look, did you add the Web_API Header with the component for the authorization and the “Content-type” ?

Hopefully it will help
Grazie Maurizio!
I missed the “Content-Type” component!
![]()
Well: the more I use Airtable the more I have questions…
I creates an “attachment” field in a table where I wanted it to store pictures:
then in the blocks I take a picture and I want to store it in the “atlFotoQui” field:
But when I try to write the record I get this error from Airtable:
{“error”:{“type”:“INVALID_ATTACHMENT_OBJECT”,“message”:“Invalid attachment for field atlFotoQui: parameters must be objects, not strings”}}
Where is my error please?
Grazie
To make sure someone can help you properly, i suggest you to check the answer you found useful and solved your problem as “Solution” and open a new topic in the Community with a relevant title.
It will help the community itself to provide you the help you need and involve more people based on the updated question