I have a repeating group where I want to display 3 pieces of data that are stored in custom states that I created in this same RG. I have 3 inputs to add this data and a button that, when clicked, defines these Custom States (all of the list type). The problem is that I don’t know the correct way to display this.
Speaking of elements, I have:
Repeat Group
- Group Y
–Text_Y - Group N
–Text_N - Group A
–Text_A
How can I display the temporary data of the Custom State in List format so that each piece of Custom State data appears in the text elements Y, N and A?