Jun 23, 2023 11:39 AM
I am trying to implement a button for each record in an interface that increments a field in the record.
I can get this working in grid view with a button field and a script. But when I go to the interface, all the buttons are disabled.
I can get this working in an Records Review or List layout interface with a interface button element and an automation with a script in it. But the user has to click on each record to open the record detail view to see the button.
Is there a way to put an enabled button visible for each record in an interface?
Jun 23, 2023 03:48 PM - edited Jul 03, 2023 03:17 PM
You have discovered that button fields and button elements are very different in Airtable.
Button fields that run scripts (or open any extension) do not work in interfaces. The only button fields that work in interfaces are button fields that open URLs.
One option is to convert your automation script so that it is triggered by a checkbox or single-select field instead of a button. That way the user can edit the checkbox or select field in an interface grid to run the automation. It is much slower than scripting extension, and it’s not a button experience, but it should provide the functionality you want. Be sure to have the automation clear the checkbox or single-select so that it is easy to retrigger the automation.
Jun 23, 2023 04:03 PM
@kuovonne wrote:refrigerate the automation
brrrr 🥶❄️
Jul 03, 2023 03:19 PM
Lol. I type a lot on my phone. And I am a lousy speller. And autocorrect.
Jul 05, 2023 11:58 AM
I thought it was some kind of cool Airtable term I wasn't hip on the lingo enough to recognize! 😅
I didn't get this working. I mean I implemented it but it didn't provide the experience I wanted. Instead, I made a form where users could choose the records instead of pressing buttons on an interface. Then I had an automation run when they submitted the form. The UX is still not the best because I couldn't find a way to have form with a true multiselect that selects records from another table. They can select multiple records, but they have to keep pressing the "add+" button. But it is working.
Feb 10, 2024 09:11 PM
If we can get just a button in lists to update a record 99% of my problems would be solved