Setting the active table with cursor.setActiveTable is kicking me out of fullscreen mode despite the docs saying otherwise
Has anyone else experienced this?
Thanks!
Scratching my head over this one and suspect a bug. The inputConfig object in a script run from automations (assigned by input.config()) is not updating when I add/remove/update script input variables. It’s locked to old variables that I’ve since rem...
I’m looking to create an approval email that contains an html button that when clicked, updates an approval status field for the record that triggered the email. Basically a way for approvers to approve from an email. Is this possible with webhooks o...
I am looking for a way to convert a table (ideally, automatable on field update) in this format:
Project IDImpacted Team(s)1011, 2, 310221031, 3
to this format:
Project IDImpacted Team101110121013102210311033
so that I can filter on multi-select fi...
I’m having trouble calling an external API (frame.io) from an Airtable scripting app using remoteFetchAsync().
This is what I’ve tried:
// Change this name to use a different table
let table = base.getTable(" Projects");
// Prompt the user to pick ...
I agree. The vast majority of my users (incl. many base owners) rarely touch automations or even extensions without direct support from my team. At larger companies where most users are not base owners nor power users themselves, placing more advance...
Noticed that as well. Using this means:
Only one task per ownerUsing linked record fields over collaborator fields for record assignment (a bit of a bummer since collaborator fields allow easy auto-notifications + assigning the watching of comments t...
Thank you for clarifying. That makes sense. Providing Integromat read/write access to our data would most likely require another IT security review but perhaps the webhook approach does not… I’ll have to explore this a bit more. Appreciate all the he...
Thanks, Scott! Am I understanding the process correctly here?
A new record comes in and is awaiting approval.Airtable automation triggers an email to the approver containing an HTML button w/ an Integromat URL + some query params like the record IDWh...