Hi, I have two different repeating groups on a page that are visible depending on the custom state selected. Each repeating group is connected to a different data type and each are showing a list of words. I have connected a separate groupfocus element to each repeating group, and inside the groupfocus there is another group with two buttons inside of that. Each button is set to move an individual word to a different data type by first creating a new entry with that word in the destination data type and then deleting the old one from the current data type.
Everything is working beautifully with one of the repeating groups but not working with the second. Everything is set up exactly the same with both of them. It appears that with the broken one the groupfocus is not collecting, or possibly not sending, the word data to the new entry in the new data type. It actually does create the new entry, but does not pass the clicked-word into the new entry, and it does not delete the old entry. When I run the debugger it says that the word field is empty, but I can see the word on the page so it is clearly not empty.
I have tried everything I can think of and cannot figure out why it works in one instance but not in the other. Any suggestions?