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.
:wave: Hey there!
What’s the best way to identify when an Airtable Automation hits an error?
I have some bases with lots of animations running, and it’s pretty crucial that we catch when errors or thrown or an automation doesn’t fully run.
What’s t...
Does anyone know if it’s possible to access a list of a bases Automations (and corresponding steps) via Airtable API?
If not now - does anyone know if it’s on their roadmap?
Desperate for it :pleading_face:
:wave: Hey there!
Im trying to learn more about Airtable best practice in terms of overall schema/base design and structure. My question is: How can I more quickly add data to tables and cut out some manual work? Here’s the specific context.
I cur...
:wave: Hey there!
Trying to understand best practice in terms of how I can keep a linked record field automatically in-sync. Here’s some context and how Im currently accomplishing it:
I have two main tables:
StudentsClasses
Each student will be pu...
:wave: Hey there!
I have a Jotform that is populating an Airtable base via the integration in Jotforms App Directiory.
Specifically this one
But there are two fields that are not loading properly:
Field 1:
Jotform Field: Yes/No question. I am ...
Alright got it working for you. No scripts needed :grinning:
STEP 1
First you are going to want to create a link to the form via a formula in your records table
That formula will need to be constructed via concatenate() and utilize the encode_url_...
Hey there @Weng-IC !!
Can you explain your use case a little more? I think there are definitely some easier ways than what has been proposed in this thread and ones that wouldn’t require you to write any custom code, scripts, or use Zapier/Make.
I’ve...
:wave: Hey there!
Regex is a scary monster even for those who work with it all day. It’s essentially a small coding language in and of itself used commonly within JavaScript to Match or manipulate strings of text.
Just a little regex knowledge can ...