Skip to main content

Add a buttom on a table with an automation

  • March 5, 2024
  • 1 reply
  • 25 views

Forum|alt.badge.img+2

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.

This topic has been closed for replies.

1 reply

TheTimeSavingCo
Forum|alt.badge.img+31

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