Groupfocus not passing data from reference element

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?

From what you explained, this is probably not the case. You should share the setup for these and workflows etc. Maybe forum can figure out something you think the same but they are not.

Aha! I was able to figure it out. I assumed there was a discrepancy between the two setups, like you said, but I just could not find it for the longest time. But I finally found it! I forgot to display the data from the repeating group in the groupfocus after toggling it on in the one that wasn’t working. Haha. So silly.

This topic was automatically closed after 70 days. New replies are no longer allowed.