Hi everyone,
I’m facing a strange event source issue when creating a standard accordion menu and would appreciate any insight.
The Setup:
I have a Clickable Header Group nested inside a Parent Column Group.
When it Works:
If I attach only ONE workflow to the Clickable Header Group (e.g., an ‘Open’ action with an Only when condition), the debugger correctly shows Clickable Header Group as the event source. Everything works perfectly.
When it Breaks:
The moment I add a SECOND, competing workflow to the same Clickable Header Group (the ‘Close’ action with its own Only when condition), the debugger suddenly starts showing the Parent Column Group as the event source, and the toggle fails.
This happens even if the Parent Column Group is set to “This element is not clickable”.
Has anyone else experienced this? It seems like adding a second competing workflow to an element makes Bubble’s event engine “fallback” to the parent. What is the standard, most reliable architectural pattern to create a simple toggle (Open/Close) on a single element without triggering this behavior?
Thanks in advance!