Dashboard action on navigate

Hello all,

I have a question about the action part of the various dashboard cards

It is easily possible to set a card that way that if you tap it a navigation to another dashboard is triggered. It is also easy to set the tap action to modify a entity, e.g. toggle a switch.

What I want to do is both at the same time…is this possible somehow? So if I tap a card then a (helper) switch gets set AND a navigation to another dashboard is triggered.

Thanks in advance!

You cannot perform 2 actions on 1 tap.
But you can call a script which can set a helper’s value.
And you need to use browser_mod in this script to navigate.
Go to browser_mod thread for details.