Friends, if anyone knows and can help me , it would significantly advance my progress! I have a list operating within a Repeating Group.
Inside each cell of the Repeating Group, there is a title, informational text, and a button. Everything visible in this Repeating Group is taken from the option state.
The button in these lists is intended to serve as a YES/NO task indicator.
The system’s goal is for users to go through predefined tasks and mark whether they have completed them or not.
The problem starts when I place the task Repeating Group inside the (titles and information) Repeating Group.
I think I need to find a way to separate the tasks so that each cell becomes an individual task.
Let me clarify the system’s purpose again: The system has predefined questions, and each user marks which steps they have completed.
The button press should be saved so that when the user returns to the system, they will see what stage they are in.