Custom UI action for a button?

Hi @isaacsouza, I don’t think that’s possible right now.

One way that this could be made to happen in the future would be with the feature I’ve requested here:

Vote it up!

The button press could trigger an event that the background script would listen for, and then the background script could contain the logic to do whatever is required on the client side.

In your case:

  1. read the board item
  2. read the column in the board item
  3. perform an openLinkInTab from monday.execute based on the content of the column
1 Like