Hello!
This question is answered multiple times on the forum, but in a hacky way. I am unable to get this to work.
I am trying to add a menu inside a repeating group allowing users to take respective action for the parent thing. However, since Group Focus cannot be referenced to an element within a repeating group, I don’t know how to achieve it.
In this screenshot, I’m marked the icon. When a user clicks on this icon, I would like to show them a menu item for them to Edit the parent group’s thing, Delete it etc.
I would put all the message as a reusable element in the RG. And then when you click ‘edit’, you show / hide the different elements (inputs or stuff like that)… You can do that also by adding a state to the reusable element and just modify the state with the action.