Is there a way to create a re-useable action instead of an element? That is, to have an action that can be called from many different pages just like an element can be called in many different pages. That way the re-useable action can be edited in one location. Does that make sense?
Hi Dana! Of course, you can do that. You can create a reusable element (which is empty) and you can have all workflows inside it.
Alternatively, if itβs a single-page application, you can do this using custom events
If you already have a reusable header that is on every page, just put all the actions you want into separate custom triggers. Then from any page element you can run an action to trigger an custom trigger from a reusable element.
In the past when I have used actions in a re-useable header (e.g. toggle an element) I found that the delay in the action is quite substantial compared with using the exact same function on the page itself. Is that common?