The Community will be temporarily unavailable starting on Friday February 28. We’ll be back as soon as we can! To learn more, check out our Announcements blog post.
Hello,
I have several of my O365 Exchange Outlook email accounts setup within my Airtable account’s “Connected Accounts” area. These connected email accounts are utilized in various Airtable automations via the “Send Outlook Email” action. Generally,...
Hello,
I have a small amount of experience writing Airtable scripts within the context of the Airtable automation “Run-Script” action. For example, I’ve written an automation Run-Script which automatically deletes whatever record triggered the automa...
I am wrote code (below) inside a Twilio function which utilizes the Airtable API which first looks up a record in specific table (“clients”) in an Airtable base. It then pulls field data from that record (using record.get), and then using JSON in the...
Does anyone know how if there is maximum limit on how many records from one table can be linked to a single record from another table. I know the maximum records that can exist in any one table (even on the enterprise plan) is 50,000. So, then, could...
I have thought of a workaround for this issue. In your Submitted from Form table, add several fields: first, a Created Time field. Next, create a Formula field which uses the DateAdd function to calculate Created Time + 5 minutes. Then create another...
Hello, you mentioned some time ago that you were able to hide the airtable branding in an embedded view by using CSS to cover it with a white block. Any chance you would be willing to share exactly how you did that?
Thanks. I actually spoke with their sales department about this recently. It is true that the Enterprise plan allows for 100,000 total records per base. However, even on that plan, any one table can only have a max of 50,000 records. So, for instance...