URGENT: Components do not show up in listview

Hello,

I’ve been encountering an issue with the ListView in my app for the past several weeks. The ListView is supposed to display all the questions and their corresponding answers. However, over the past few weeks, it has started showing complete answers only for the first module. For the other modules, some answers are not visible; instead, there is just a blank space where the answers should be.

For example, in the screenshot below, you can see that the second and third questions have a blank space after the second answer. Only the same number of answers as the first question are displayed. However, the contents are not lost, they’re just invisible and cannot be edited. When I trigger the API call to create the form on Meta, I do get all the answers as expected.

This issue started occurring several weeks ago, and I'm unsure whether it's related to a recent update in Retool. I really need this to be resolved and for the ListView to return to normal functionality. Is there a realtive page in Retool Docs for this kind of update? Really do not know how to do for now :cry:

Could you share a sample of the data that is being passed to the list view and what you are using as the data source for the subcomponents? Is it possible something changed in the structure of the response that is used to populate the list view?