Inconsistent UI rendering based on collection size
Inconsistent UI rendering based on collection size
At a glance
The community member has a collection bound to a variable that contains the return value from a POST resource, which is a JSON array of a random number of elements. However, the UI always shows the maximum number of cards, even though the number of entries returned from the server varies. The community members discuss possible issues, such as caching and the need to refresh the resource in the builder. Eventually, one community member realizes that the issue was with the query return value not being set correctly.
I have a collection is binded to a variable that contains the return value from a POST resource ... a json array of a random # of elements which renders a bunch of cards .. but the UI seems to always show the maximum # of cards ... I debugged the server side and the # of entries returned is varying
What is the issue here? The webstudio rendering does not seem to change based on the # of entries in the collection