I have an menu element on my index page that can be shown or hidden through a WF and is accessible through multiple avenues (so cannot be inside the RE).
I have created an RE to replace multiple instances of similar elements on my page but I can no longer trigger the menu element through a WF.
Is there a way to trigger a WF on my index page from inside an RE?
Another approach is to set a state on the RE, and have a āwhen condition is trueā set to āEverytimeā action setup on the index page to do XYZ when REās state = ABC. Youād then reset the state after the action is performed.