Solved
New Collection widget behaviour
I am using ThingWorx Platform Release 9.7 and DatecodeF000
The new Collection widget behaves differently compared to the legacy version. When the data connected to the Collections widget is refreshed, the entire widget reloads, creating a disruptive effect. In contrast, the legacy Collection widget does not exhibit this behavior. I have confirmed that the configuration is identical for both widgets in my cases.
To clarify, the data is properly connected to the widget. One of the data fields is selected as the UIDField parameter, and data is pushed to the cell via the MashupPropertyBinding configuration. However, when the data source is updated (e.g., through auto-refresh), the entire Collections widget reloads instead of just updating the data within the cells.
A workaround is to bind data directly in the cell mashup, but this approach is performance-intensive and not considered best practice.
The new Collection widget behaves differently compared to the legacy version. When the data connected to the Collections widget is refreshed, the entire widget reloads, creating a disruptive effect. In contrast, the legacy Collection widget does not exhibit this behavior. I have confirmed that the configuration is identical for both widgets in my cases.
To clarify, the data is properly connected to the widget. One of the data fields is selected as the UIDField parameter, and data is pushed to the cell via the MashupPropertyBinding configuration. However, when the data source is updated (e.g., through auto-refresh), the entire Collections widget reloads instead of just updating the data within the cells.
A workaround is to bind data directly in the cell mashup, but this approach is performance-intensive and not considered best practice.

