I would like to delete a sub cell from an embedded repeating group from the parent repeating group. The issue I am facing is that I don’t have access to the current cell of the parent repeating group from the inner repeating group. I would like to delete the inner current cell from the current parent cell.
Note: my inner repeating group can belong to many parent repeating group
I’m not quite sure I follow the details of your challenge, but I may have a solution. If you set the inner RG’s content to be a reusable element (RE). Then, when you click items within it, you can run a workflow that hides the RE or toggles a custom-state on the RE that you can reference from the page page (e.g., when RE’s custom-state = 1, then run this workflow).
It’s a bit of a hack but you could put a group in the main repeating group set to number and the datasource to current cells index, you can also put a second group to be the data type and the source to this cells item.
You should be able to refer to those groups from within the second repeating group