Help: "Current cell's Thing" not available in workflow

ello everyone, I’m facing a persistent bug in my app and I’m completely stuck. The “Current cell’s [Thing]” option is not appearing in the dynamic data dropdown for any workflow triggered by a button inside a repeating group. I have already tried everything: - Confirmed the button is correctly nested inside the RG cell by checking the elements tree. - Confirmed all parent groups have the correct data source (`Current cell’s [Thing]`). - Deleted and rebuilt the repeating group completely from scratch on a new page. - Tried workarounds like using custom states, but the bug persists (I can’t access “Current cell’s Thing” to set the state’s value). The bug happens on every new repeating group I create. Could someone please take a look at my editor to see what might be causing this strange behavior? Here is the read-only editor link: Christianchinchaytomas-57189 | Bubble Editor you so much for your help!

If you’re experiencing unexpected behavior and need immediate assistance, please file a bug report here: Contact | Bubble

Your editor link is not working. Most likely, it is not set to public.
You can also post some screenshots.

If you see Current cell's index and Parent group's Thing, then it’s not a bug. Only elements at the root of the RG can reference Current cell's Thing. The easiest way to access a cell’s Thing in your case would be to reference it on one of the containing groups, either via Parent group's Thing or an explicit reference to a containing group by name.

It’s also possible to reference a specific cell’s Thing through its index in the RG’s list of things - e.g. RepeatingGroup Thing's List of Things:item #Current cell's index - but for the current cell, it’s usually simpler to reference a containing group’s Thing.

-Steve