No longer able to set focus group relative to element inside RG?

While I have focus groups right there in my page relative to an element inside and RG, when I add a new focus group, the new focus group is not able to find any element inside an RG in the drop down to set the relative element.

Why is this no longer a thing?

It’s never been possible to do this.

1 Like

You have to put the element inside a reusable element and store the floating group inside there

1 Like

It seems I’ve been able to do that, and I managed to figure this out again a moment ago:

The way I did it was to make a reusable element with the focus group in it then once the re-usable element is in the repeating group, to detach the re-usable element, which makes the focus group and other elements of the previously re-usable element behave like local element, with the exception that the focus group is still able to consume the reference to the element inside the repeating group.

It also has the bonus of letting the focus group sit close to the element it is related to on the element tree rather than being listed in overlays.

That sounds like a bug, and I don’t think it’s supported, so could be risky.

Why not just leave it as a RE (which is the standard way to do this)?

It adds a layer of complexity with regard to interacting with other elements and data. But you’re probably right.