How to create buttons that trigger automations in records?

Hi Tape community, I’m looking to create custom buttons in my app records that trigger workflow automations when clicked. Is that possible? Do not find anything in the documentation.

You can use a single select field (just make sure to uncheck it in your automation)

You can also use the external link to trigger automation, and set the triggering link in a calculation with an HTML button.

1 Like

Okay. That sounds like an interesting workaround.

Is ā€œclickable buttonsā€ (connected to an automation) on the roadmap?

@mkduew - from my perspective, the single select field option that @1F2Ns has shared is the solution, not a workaround, for a ā€˜clickable button’ tied to an automation.

Anywhere, in any app, you can add a single select field. You can choose whether that has one option viewed inline that is the ā€˜clickable button’ you seek. Or you can use it to have several options in more of a drop down style.

From there it’s very simple to create an automation that says when the single select field changes, if the value = ā€˜whatever your trigger button value says’
Then run X automation.

As John mentioned, then just add one more step in your automation that says to unset the value of that field when done. This simply ensures the selection is empty so the button is ready to be clicked again as a trigger by your team anytime.

Is there something beyond that which you are looking for that isn’t already solved for? We use single select fields and flows like this as workflow triggers in hundreds of scenarios and find it to work perfectly in tape.

1 Like