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.
Hey Airtable users I've been working with clients as an Airtable consultant for the past few years (mostly in the European market) and this is a very common request I get.Therefore I built the following 3 "plugins" for my platform AirPluginsBackup ...
Hello everyone,
About one week ago, we started seeing more and more of this “Script exceeded max CPU time” error.
I looked at the code and don’t see “major performance flaws”. (but I am not an expert with JS and I might be doing something wrong witho...
Hello everyone,
I recently saw a topic in this section about the “Autonumber” field.
Some of the problems mentioned are not relevant in my opinion.
Here are my requirements :
Auto-increment a fieldAlways take the last generated number + 1Never change...
Hi everyone !
I am trying to authenticate a request using Basic Auth.
I then need to base64-encode my logins.
(could encode them manually and then insert but would prefer to keep that logic in the code)
I didn’t found how to achieve this “natively” w...
Hi everyone,
I just wanted to share a quick tip I use.
I often see people use Zapier or miniExtensions to do this basic operation so it may be easier to do this way.
I am using the Automation feature of Airtable to trigger when the record has a “pend...
Hey I am probably a bit late but I am sure it might be helpful for others in the future.Here is a plugin I built to handle address autocomplete in Airtable.You just need to connect your Airtable account, then select your base, table and address fie...
Hey @bitstreams_red This won't work in Airtable Interfaces but there's maybe a viable alternative.The reason behind that is that the result of interface filters is not (currently) available through API.If you are able to use a standard "Data - Grid V...
Hello @Ockenden_Tech,
I am not sure if this issue occurs regardless the source of the file.
My feeling is that it happens “more” when using Google URLs but this is a feeling and I never did real tests about this.
You may try to create a function that...
Hello @Max_Berger,
You don’t really need the Pending URLs table, any table can handle this, you just have to configure the automation to run on your table.
About the “Run script” option disabled, I would recommend to try logging out and logging in ag...
Hello @Benjamin_Watrous,
Please note the presence of a “?” between the /uc and export in the URL
Your generated link is missing that “?” symbol.
https://drive.google.com/uc?export=download&id=DRIVE_FILE_ID
What I usually do when working with Google...