Hi,
I have a hamburger button inside my header, which I would like the user to be able to use to toggle visibility of a menu floating group which sits on the page.
I am struggling to do this, as workflow actions only seem to be available for elements within the header.
Has anyone come across this and found a way to solve it?
Thanks in advance.
Andrew
So if your header is a “reusable element” (as is the default header) then no, you can’t create any workflows or conditionals with the page the reusable element is on.
It’s like it’s own page in that regards.
I hope that answers your question! 
Here a trick :
The only way to send info from a Reusable to the page is using Custom States of the Reusable element itself.
Reusable’s custom states are both accessible from the reusable itself and the page containing it.
Then you can use a Trigger “When the custom’s statue value” at the page level, to show the Floating group.
2 Likes
Oh shoot that is a trick! that’s awesome thanks!
Brilliant! Thank you kindly both!