I’ve noticed there are issues using Custom States in a Repeating Group.
Case in Point: You have a Repeating Group that shows Contacts, and every cell has a hidden group that holds more details of the contact which is toggled (Shown/Hidden) when a user clicks on the contact name.
Now a user toggles index 1 to show the details.
Now imagine the Repeating Group gets updated because a new contact was added somewhere else, and a new contact takes place of the existing index which State is “Show”, the result will be that the new contact will show details, whereas the previous contact’s details will be hidden!
Is there a way to depend “Cell” Custom States based on the current cells “thing” rather than the current cells “index”?
Or maybe clear Custom States when a Repeating Group gets updated?