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.
What is the proposed idea/solution?Give Admins/Creators the ability to adjust the Search Index(or provide multiple indices?) for a record so that when you are linking another record to it, you can more easily find the record you are looking for....Ho...
Hey y’all,
Starting to dip my toes into Airtable Automations which are pretty neat, but worried about long term maintainability if I am to lean on them more heavily.
Do you all know of any ways to report errors within Airtable itself? Or is it better...
@kuovonne do you know if there's any way to change the MIME type of emails being sent via an AT automation? Maybe something like make or zapier would be a better approach so long as you have a valid ICS file to attach to the invite record
@Karlstens I did ask it there yesterday, but they didn’t get to answering that question, though they did say that improving Automation Scripting in general is a Big priority of theirs for 2023 and I can’t imagine that it wouldn’t include adding the a...
Curious to hear when/if filterByFormulas will be supported within Automation Scripts directly. It would make my Automation’s code and steps much more simple (and more resilient). More of a feature request / desire to subscribe for related updates.
@jordanscott Related to this and the AMA API Webinar question about adding support for uploading attachments directly, are there any plans to add support for this soon instead of only URL’s?
Just trying to make sure I understand fully.
If I wrap my script in a try, catch, and in the catch block I throw a custom error, Airtable will report that custom error for reference?
e.g.
try {
await doApiRequest()
} catch (err) {
console.error(e...