Here is general setup. Custom state of type number called ‘cell in focus’…repeating group with two different groups, of different widths…one is visible only when the custom state ‘cell in focus’ number is equal to the current cell index.
When creating a new entry in the rg with list of text, I run action to set the state to cell in focus after running the action to create the new entry in text list (ie: create new entry in RG)
What ends up happening is that eventually the group with larger width (based on custom state equal to cell index) is not visible or not created, I don’t know what really is happening, which causes the entire RG width to decrease. Using the inspector I can see that the list of text count in the RG is equal to the custom state cell in focus value, but when using the inspector to check on the group that is supposed to be visible I can count there is one less than there should and all are shown as ‘not visible’…
Then when I scroll down to bottom of the RG, the widths expand and the group with larger width is shown, then using inspector to check for that group, there is one more in the list than there was prior to scrolling, and is positioned at the top of the list rather than at the bottom (these things are always listed in order of the appearance in an RG) and is visible.
Very very annoying. Lost too much time on this when I was supposed to have just an hour to finalize a major feature of an app.