How can I prevent clickable elements inside an example card from triggering the click event of the parent element, as is happening in the video below.
In other words, I want when I click on the card it opens the popup and when I click on the icon, it fires the onclick event only for the icon and not for the card. In the video example, it is shooting from both, when I click on the internal element that has another workflow…
the event is also available in the workflow You can use stopPropagation directly with a javascript action in the workflow.
I’m not at my desktop but if I recall correctly you should look for the domEvent property inside the provided event object.