Hi, I have a dropdown that allows the user to pick from between a few options. I have created a workflow for the dropdown such that when the selected value changes, I retrieve a list of text items from an external API and display them in a RepeatingGroup.
The weird thing is, the retrieved data briefly flashes up in the RepeatingGroup – the API call and the updating of the RepeatingGroup is working! But, it is only present for a frame or so, and then the displayed text goes away.
If there were two text items returned, the RepeatingGroup still will display two items – they are just empty.
What’s going on? How can I debug whether or not this is happening on the RepeatingGroup side or on the plugin side?
Many thanks!