Skip to main content

Hello!


From the documentation for the Airtable API, it clearly indicates that there is a rate limit of 5 transactions per second. With the current implementation of our updateRecordAsync for Airtable, we are seeing no (noticible) rate limits. Are Custom Apps not currently subjected to such limits? If not, will it be?


Thanks!

Sharon

Hi @Sharon_Chien


You can find information on rate limits in custom apps in the Write back to Airtable guide. TLDR limits are 50 record updates / call, 15 calls / second.


Reply