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.
Hi all,
I have an error when I reproduce this example: Airtable Scripting
let record = await input.recordAsync(‘Select a record to use’, table);
Throw this error:
TypeError: input.recordAsync is not a function
Does anyone have an idea of what I need ...
Hi dear community,
I am a developer, quite experienced at using Airtable, and love best practices.
I never really had a need to post a message as the documentation and this forum are already full of precious infos. Thanks you all for that, especially...
Thanks!
I don’t want to take a user input, but I do want to use a script within an automation. I want to send to that script a record from an interface using a button. I thought to use the “When a button is clicked” trigger. But I don’t see a way to ...
Hi Chadd,
I don’t think it is doable so far.
I had a guess at the API creating your views in a detached synchronised base. But it seems the API can’t create views… Too bad.
The only ways I am seing right now for you are :
Creating a softr app (or so...