I’m creating a feature where users can create their own groups. In this section, I want to show all group members in a list. The problem is when I try to do this in my repeating group. It shows all members in a single text box, separated by a comma. I want to show each member in its own cell. How can I achieve this. I’ll attach pictures.
I tried adding another repeating group inside the RG, but same thing keeps happening. I’m telling the program to display each item’s username which is why it displays them together, I don’t know how to format it, so it won’t display together.
You need the first repeating group to find the equipo’s and the second repeating group to display each miembro within that equipo. I’m not sure how your data is set up, so it could work many ways. but below is a mockup: