Use the Airtable “Search Records” module as a trigger to retrieve records filtered by a status from an existing base.
What is the problem & what have you tried?
For one specific Airtable base (“Matrice”), the Table dropdown in the Airtable > Search Records module fails to load and shows “Failed to load data (429)”.
The same Airtable OAuth connection works correctly with another older base.
The issue only occurs on this specific base.
The base is not duplicated and belongs to my personal Airtable account.
I have tried:
Recreating the OAuth connection
Using a Personal Access Token
Testing with another base (works fine)
The base is visible in the Base dropdown, but Make cannot load its tables.
This blocks my automation.
This issue seems related to a previously reported Airtable incident marked as resolved, but it is still reproducible on my account.
Welcome to the community. A 429 error is a rate-limiting error. Make cannot fetch the table(s) because Airtable prevents your connection from executing calls.
Are you on the free Airtable plan? That only includes 1000 calls per month. The Team plan includes 100k per month. So this is a matter of waiting it out or upgrading I am afraid.
Yes, I am on the free Airtable plan, however I don’t think this is a global rate-limit issue.
The same OAuth connection works immediately with another Airtable base in the same account.
The 429 error happens only when Make tries to load the table list (schema) of this specific base, before any scenario run or record fetch.
If it were a monthly API quota issue, I would expect:
the error to affect all bases
or to occur during record retrieval, not when loading the table dropdown
This seems more related to an issue fetching the base schema (meta/tables) for this specific base.
Could this be escalated or checked internally? I can provide the Base ID if needed.
Thanks for the clarification. If it were an API limit issue, I would also expect it to be enforced for the complete Airtable account regardless of which base you choose.
Also to prevent a misconception, I am not in employ of Make. I don’t have power to investigate or escalate on Make’s side.
There might be a chance that Make fires too much requests at once while trying to fetch tables. E.g. if Module fetches both the list and details per base while you have more than 50 bases ( Airtable Web API )
How many basis do you manage? You can see the actual requests Make sends with this DevTool, which might give you more insight in a) what/how many calls Make is sending and b) the actual response/error coming from Airtable.
I manage far fewer than 50 Airtable bases on this account.
The issue is reproducible immediately, even on a fresh page load, before any scenario run or heavy activity.
At the moment the error occurs simply when opening the Airtable module and loading the table dropdown for this specific base (“Matrice”), while another base works instantly under the same conditions.
I’ll take a look at the Make DevTool to inspect the actual requests and Airtable responses and will report back if I see anything relevant.
If that works for you (you get 200 instead of 429) - please contact make.com support directly- https://www.make.com/en/ticket.
We do not have the ability to access your account and debug modules on your account.
If error will still occur while making direct call please contact Airtable support- Contacting Airtable