Is it possible to access the first RG (outer) from the second (inner) RG?
I have a Repeating group of users (Mike, Susan, etc…).
Inside of that RG I have another RG (date’s), when the end user clicks on the Add or Plus icon a popup appears enabling them to add an event (shift) to the weekly calendar.
How would I access Mike’s Name from this popup if I click any of the Plus icons inside the dates RG which is inside of Mike’s RG cell?
Below is an image to help explain
From the popup I was able to get all of the users names with a text element by using RepeatingGroup User's List of Users:each item's Name
its closer but not what I’m after.