I have a situation where I’m using a floating group to show help content in the index page. However, the button to trigger the view of help is in the reusable header. How exactly do I get this floating group to appear when I can’t see it from the workflow? Seems like this is a solvable problem and I can’t seem to find it in the forum.
If the floating group needs to appear in every page, maybe it should be part of the reusable element and not in the page itself?
In the header, in the relevant button, use the workflow action Go To Page… select the page you want to navigate to and add “data to send” (for example “show”). In the page itself use a workflow on “page is loaded” and show the floating group when the path is “show”…