Skip to main content
Solved

Reuse a button in multiple inteface pages

  • February 8, 2023
  • 5 replies
  • 49 views

Forum|alt.badge.img+9

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

Best answer by kuovonne

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. 

5 replies

kuovonne
Forum|alt.badge.img+29
  • Brainy
  • Answer
  • February 8, 2023

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. 


Forum|alt.badge.img+9
  • Author
  • Known Participant
  • February 8, 2023

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...


Forum|alt.badge.img+17
  • Known Participant
  • October 16, 2024

@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


kuovonne
Forum|alt.badge.img+29
  • Brainy
  • October 19, 2024

@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


Björn, thanks for the update. 


Forum|alt.badge.img+17
  • Known Participant
  • November 5, 2024

Björn, thanks for the update. 


You're most welcome!