Juggling Repeating Groups Parents

I have a repeating group that opens a pop-up. I send data to the pop-up no problem. I have a second repeating group within the pop-up that opens up a set of options. I want to make a section of the options derived from the second pop-up and have it reflected in the non-pop up relating group. However, because the parent group for the button inside the pop-up is different than the parent of the original pop-up I am having trouble juggling all of this. Suggestions?

I should also add that when I move the button out of the second repeating group into the parent of the pop-up I can make it work, but I need to have it within the second repeating in order to have it work dynamically with all of the options.

Hi! You can probably use custom states for this - once you click on a particular group inside your second RepeatingGroup, you can set a custom state of the popup to that. Now, you have the data source of the popup as a record from the first RG, and a custom state referring the selected record of the second RG

This topic was automatically closed after 70 days. New replies are no longer allowed.