Please direct me if there is already an answer as I have not found one yet
I have a list of yes/no’s where I want to change one item to the other value.
e.g. In a data table I have an item which is a list of names and another item which is a list of yes/no’s.
(they cannot be separate records) I have two repeating groups, one showing the list of names and the other showing a list of checkboxes reflecting the current yes/no value. Let’s call this list “Confirmed”.
I’m trying to perform what should be the simple task of changing person number 3 in the list from no to yes when the box is checked.
How do I locate the item number in the list according to the repeating group’s index and change the value from no to yes OR yes to no?