Need help: Collection list was working then *POOF* not working

I have a collection list (news items) that was displaying correctly in weweb, then I went to Xano to add a sort. While I was at it, I enabled Pagination in Xano API output. Published Xano changes, refreshed weweb data, and the collection list was not displaying. In the weweb editor where the collection should be it says “Empty List”. Thinking that the pagination may have messed with something, I went back to Xano & turned pagination off. (and published). New Item list still not displaying in weweb (although the data is there).

The parent Collection list is bound correctly, and when I check the binding formula, the current results are showing that the correct data was fetched to weweb. I recorded a short loom to illustrate the problem. Hoping someone can help give me a clue as to why this happened. Thx

I think Xano messed up the data structure somehow.
[news-items].data.items is what you’re looking to get. Try it like this, attaching an example.

I think you could do this by going down the collection tree via the caret/chevron and just select the nested [items] array (in the nocode Bind editor view)

This is called dot notation

2 Likes

yippee! that worked. thanks @Broberto

1 Like

Lovely :slight_smile: