I have a question. I’m trying to create a repeating group, popup, or something that can display, click, and charge a user from a repeating group already created. For example, someone wants to click a tv show from the cover image and see all the episodes with episode numbers, title names, descriptions of the episodes, and purchase buttons.
I’m not having too much success right now. I would really appreciate the help.
You could use the “display data in a repeating group” action to display data in a second repeating group based on the item the user clicked “current cell’s show”.
You could make the user click workflow set a custom state (e.g. “selected show”) which the second repeating group uses to set its data source dynamically.
Or, if you wanted the second repeating group as part of the first repeating group, you could add it in the cell of the first repeating group, set it to hide unless the user clicks the movie, and set its source to use “current cell’s movie”.