- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎Mar 05, 2024 04:53 AM
How can I add just one button on a table and that button be able to include an automation?
I have an automation and I need to add this automation in a table with a button. Just one button that works for all records in the table, not one button for each record which is what you can normally do.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎Mar 05, 2024 05:49 AM
Hmm, I think the only way you can do that is with an Interface I'm afraid. You'd make a blank Interface and drag a Grid element on it so that your table's visible in that interface. Then, you'd add a record picker element and button element to the same Interface, and you'd give the button the "Run an automation" action, and it'd look like this:
Link to base
You need the "Record Picker" element there because buttons expect to have a source, so you'd just use it in that manner; you'd never need to actually interact with it