The button field is now available for all users! Use it to trigger custom actions for a record—like scheduling calendar events, sending emails, creating custom invoices, generating reports, running scripts, finding stock images, or even opening other Airtable links.
For more information on the button field and how you can use it, check out our launch blog post:
Pretty awesome! I’ve already implemented this into a client’s Airtable database this morning — they just click on the button and that record shows up in the Page Designer Block.
Thanks for the suggestion @Jarvis! We’re still exploring which blocks we want to add button field support for next. Anyone should feel free to leave more ideas in this thread, along with your use cases — this will help us prioritize suggestions.
I would love to be able to click on a button for a record, and have the Page Designer block generate a PDF file for that record, and then attach that PDF to an outgoing email in Apple Mail which is pre-addressed to the email address in my email field.
You can only do this now if you manually go through each & every step on your own.
Any way to avoid the blocks side bar from opening after clicking on a button and running a script?
I just want to add new records whenever the button is pressed
Buttons are awesome :star_struck:
I’d like to see now a conditionnal button feature ! I’m sure you can do it :winking_face:
Show a button when [AND|OR conditions] !
We also really need the button field to be able to manually trigger an automation. Or at the very least, run a script without popping open the Apps sidebar.
I use a simple IF statement in the formula to check if the action is possible on the record or not. (possible when using an “URL” action.
As an example, when trying to open the corresponding Google Drive folder : IF(GDrive_folder_id,"https://drive.google.com/drive/folders/" & GDrive_folder_id, "")
This enables you to “disable” the button like this :