Hello! We have a repeating group (A) with another repeating group (B) living inside it. Each cell in Repeating Group B needs to be able to reference the index number of it’s “master parent cell” (i.e., the cell number its parent group is living in.
So for example, it would look something like:
Repeating Group A, Cell 1:
- Repeating Group B, Cell 1
- Repeating Group B, Cell 2
- Repeating Group B, Cell 3
Repeating Group A, Cell 2:
- Repeating Group B, Cell 1
- Repeating Group B, Cell 2. [i.e., <<— This one needs to know which cell it lives in within Parent Group A] - Repeating Group B, Cell 3
and so on.
In the example above, repeating Group B, Cell 2 (for example) would need to know that it lived in Repeating Group A, Cell 2.
While you can reference “parent cell’s index” it doesn’t look like there’s a way to reference “this entire repeating group’s parent cell’s index”
Questions
- Am I correct in thinking that we can’t set states for groups nested inside of the repeating group unless a button is clicked in the repeating group?
- Am I correct in thinking that when you nest repeating groups, there’s no way for the cell of the child grop to know which cell it lives in within the parent group?
Thanks!
Mary