- Home
- Resources
- Integrations
- Airtable
Airtable Make integrationAutomate Airtable with Make.
Your base should start the work, not just store it. The Airtable Make integration gives you 13 modules, the bricks of a scenario, which is the automation you build in Make. Two of them listen for changes, eleven act on your records. This page takes you to a live one.
Verified Trustpilot reviews · AI, automation & growth agency
What can the Airtable Make integration actually do?
Airtable holds your records. Make runs the steps around them. Once the two are linked, a row that appears or changes in a view can start a chain: a record created in another table, a lookup to find the right line, a batch of rows updated in one pass. Airtable stays the place where the data lives. Make becomes the hands that move it.
Intake that files itself. A new line lands in a view, Watch Records picks it up, and Create a Record writes the matching entry in the table your team actually works from. Nothing gets retyped.
A base that stays clean. Search Records looks for the line that already exists, and Upsert a Record updates it when it does or creates it when it does not. Two modules, and most of the manual tidying goes away.
Bulk edits without the copy paste. The advanced modules handle several records in one pass: Bulk Create Records (advanced) for a whole list, Bulk Update Records (advanced) for a status that has to move on many rows at once.
What Make will not do here: the modules in the Records group are documented as available on the Airtable Team plan and the tiers above it. No setting inside Make gets around that, so it is worth checking before you build.
Airtable also exists in n8n. If the tool choice is still open, the n8n vs Make comparison and the Airtable n8n integration page hold the other side, and Make training is there when you would rather be walked through it.
How do you connect your Airtable account to Make?
- 01
Add a module first
Open a scenario, drop in any Airtable module, then click Add next to the Connection type field and choose Airtable OAuth. An Airtable account is all you need. The connection, meaning your account linked to Make, gets reused by every Airtable module you add later.
- 02
Name it and save
The Connection name field is optional, though naming it helps once a scenario uses more than one Airtable connection. Leave Show Advanced Settings off unless you registered your own OAuth credentials, then click Save.
- 03
Grant access to a base
Make opens the Authentication screen. Click Add a base, choose the base your scenario will touch, then click Grant access. The documented minimum is three scopes:
data.records:read,data.records:writeandschema.bases:read.
Your first scenario, step by step
GoalWhen a new record shows up in a view, Make creates the matching record in another table.
- 01
Create the scenario
From the Scenarios page, start a new scenario and click the + to place the first module. Search Airtable by name and pick Watch Records.
- 02
Point the trigger at a view
Choose the base and the view to watch. Watch Records leans on a Created Time or Last Modified Time field, so one of those two has to exist in the table.
- 03
Add the action
Click the + on the right of the trigger and add Create a Record. Drag the values coming out of the first module into the fields of the second one. That mapping is the whole link.
- 04
Test with Run once
Click Run once and add a line in the watched view. Each module then shows the bundles it received, a bundle being one record on its way from one module to the next.
- 05
Schedule it and switch it on
Set the clock on Watch Records. A new scenario runs every 15 minutes by default, and 15 minutes is the floor on the Free plan. Then flip the scenario on.
What can start your scenario
2 modules start a scenario when something happens in Airtable. A scheduled trigger is checked by Make on the scenario's schedule; an instant one is called by Airtable as soon as it happens.
Watch Records
Scheduled triggerIn Make“Returns all newly created or updated records in a view (requires "Created Time" or "Last Modified Time" fields).”
Watch Records keeps an eye on one view and hands your scenario the records that were just created or updated.
Watch Responses
Instant triggerIn Make“Triggers when a new response is submitted.”
Watch Responses waits for a new response to be submitted and drops it straight into your scenario.
What Airtable can do inside a scenario
Airtable gives you 11 modules in 2 groups. For each one: what it does for you, when to reach for it, and what to watch out for.
Modules index
Records
10 modulesAvailable on the Team plan and all higher Airtable tiers. See the Airtable pricing page.
Search Records
SearchIn Make“Searches for specific records or returns all records.”
Search Records asks your base a question and brings back the lines that answer it: none, one, or a whole list.
Get a Record
ActionIn Make“Retrieves a single record by its ID.”
Get a Record pulls one single line by its ID, with all of its fields.
Create a Record
ActionIn Make“Creates a new record in Airtable.”
Create a Record adds one new line to the table you choose. One pass, one record.
Update a Record
ActionIn Make“Updates a record by its ID.”
Update a Record changes the fields of a line that already exists, found by its ID. Whatever you leave alone stays as it was.
Upsert a Record
ActionIn Make“Creates new or updates an existing record.”
Upsert a Record does both jobs in one module: it updates the line when it finds it, and creates it when it is missing.
Delete a Record
ActionIn Make“Deletes a record by its ID.”
Delete a Record removes one line from your base, by its ID.
Bulk Create Records (advanced)
SearchIn Make“Сreates multiple records.”
Bulk Create Records (advanced) writes several lines in a single module pass instead of one per record.
Bulk Update Records (advanced)
SearchIn Make“Updates multiple existing records.”
Bulk Update Records (advanced) applies one change to a whole group of existing lines.
Bulk Upsert Records (advanced)
SearchIn Make“Upserts multiple records.”
Bulk Upsert Records (advanced) takes a list and sorts it out: lines already there get updated, missing ones get created.
Bulk Delete Records (advanced)
ActionIn Make“Deletes multiple records.”
Bulk Delete Records (advanced) removes a group of lines in one call.
Other
1 moduleMake an API Call
ActionIn Make“Performs an arbitrary authorized API call.”
Make an API Call reaches any endpoint of the Airtable API with the connection you already set up.
Need help automating Airtable with Make?
A person reads every message.
Questions people ask next
01Is the Airtable Make integration free?
02What do you need to connect Airtable to Make?
03Does the Airtable trigger react in real time?
04What if a module is missing or a limit gets in the way?
05Make or n8n for Airtable?
Get our weekly automation tips.
No spam. Unsubscribe anytime.