Feb 08, 2023 03:51 AM
Hi there,
I have a button that translates my article information using deepl. So the button is connected to an automation. I would like to re-use that button in another interface, but when I duplicate the page, I need to create a new automation. Can we not connect two buttons to the same automation?
Cheers,
Konrad
Solved! Go to Solution.
Feb 08, 2023 07:15 AM
Correct. Currently each interface button element that calls an interface must have its own automation.
A workaround is to trigger the automation based on a data change, such as setting a hidden single select. You can then have different update record button elements that change the single select, which triggers the automation. You loose the toast that says the automation is started, but the automation will run just the same. You will also need to adjust the automation to reset the hidden single select’s value.
Oct 15, 2024 09:36 PM
@Konrad_Schafers and @kuovonne, stumbled upon this when searching for something else. FYI, to me it seems one can nowadays connect several buttons to one automation.
Rgds,
Björn
Feb 08, 2023 07:15 AM
Correct. Currently each interface button element that calls an interface must have its own automation.
A workaround is to trigger the automation based on a data change, such as setting a hidden single select. You can then have different update record button elements that change the single select, which triggers the automation. You loose the toast that says the automation is started, but the automation will run just the same. You will also need to adjust the automation to reset the hidden single select’s value.
Feb 08, 2023 07:40 AM
Okay will do that. Don't understand that limitation to be honest. The button simply passes the current record. Rather than attaching the button to interfaces buttons should be attached to tables...
Oct 15, 2024 09:36 PM
@Konrad_Schafers and @kuovonne, stumbled upon this when searching for something else. FYI, to me it seems one can nowadays connect several buttons to one automation.
Rgds,
Björn
Oct 19, 2024 03:25 AM
Björn, thanks for the update.
Nov 05, 2024 10:27 AM
You're most welcome!