Guys, i need some help with Nested Repeating Groups. I Triyed everything, but couldn’t find an answer and i don’t know if this is possible on bubble.
The thing is, i have nested repeating groups for my application.
Let’s call them RG A, RG B and RG C. C is inside B that’s inside A.
I want B to be hidden until A starts a workflow (clicks a button on A and then, toggle visibility of B).
The problem is: When i toggle visibility of second item of A, it automatically expands the height of every A item, even if not showing the B elements inside A of the other A items.
The print screen below and the video will give you an idea. Is there any way to achieve toggle visibility AND do not expand the height of the items that are not visible?
OBS: the collapse when hidden option is already checked.