Airtable

Airtable integration block

Prefer watching than reading? No problem, we've got you covered πŸ‘‡ πŸŽ₯ Check out our Academy video tutorial What's Airtable?. Airtable is like a spreadsheet on steroids. It lets you create relational da…

Updated

Get data filtered from Airtable with a Brick- Shop example

In this article we will see how to use Airtable as our "live" database from where getting data to feed our bot. The Airtable spreadsheet can be easily updated adding more rows or editing cells. For t…

Pau Sanchez
Updated by Pau Sanchez

20 different ways to GET and filter data from Airtable

Airtable is a handy resource to build a small database. It can work with many applications, and different types of data. In here we have listed 20 ways to retrieve data from your Airtable database, v…

Updated

How to add/update different field types in Airtable (POST, PATCH & PUT)

Airtable is a great tool where you can store the collected information. Below you will find the different steps to set up a Request with our Webhook block and a list of types of fields that can be up…

Pau Sanchez
Updated by Pau Sanchez

How to Create, Update, Retrieve and Delete records in Airtable (POST, PATCH, GET & DELETE)

Airtable offers a great functionality, here we will build a little CRM where in the same bot we will, do the main four actions of Create a Record, Update a Record, Retrieve a Record and Delete a Reco…

Pau Sanchez
Updated by Pau Sanchez

Get more than 100 items from Airtable

Airtable API has a default limitation that offers a maximum of 100 items per request, to get more results you need to deal with pagination and offset. However, if what you want is to get all items fr…

Pau Sanchez
Updated by Pau Sanchez

Insert Multiple Records to Airtable with a Loop

Loop to add Multiple Records on Airtable. Sometimes you need to send various amounts of data to Airtable at once, or after you have gathered all relevant data. For this occasions is that we have deve…

Cesar Banchio
Updated by Cesar Banchio

How to Get an Airtable Token

In order to use the native Airtable block, we'll first need to get a Token, to do that we need to go to our Airtable account From here we'll click on our profile icon, then go to <> Developer hub Now…

Abby
Updated by Abby

Advanced filters formulas Airtable block

Whenever you need to search for one or more than one record, the Airtable block offers you 2 options to "filter" those records: with the Basic filter or the Advanced Filter.

Pau Sanchez
Updated by Pau Sanchez

Update Multiple Records in Airtable Using a Loop

In case we want to update multiple records that share one condition, we can use a loop to do so. The loop will be similar to the one we created on this article , but with a few changes to it. The flo…

Cesar Banchio
Updated by Cesar Banchio

Contact