Data Shapes List View Sorting

I don’t use Data-Shapes enough to know if this issue was ever resolved in newer updates, but I would suspect it’s related if you’re only ever able to pull values from index0 (the first detail categories in your list of detail categories).

The quick fix would be to know how many detail categories you have and to build out that many individual listview data nodes:

I don’t know what the structure of your sorted list looks like, but I wouldn’t think that a direct wire from the pre-grouped sorted list into the Values input of Listview Data is going to give you the right values regardless - in the public examples on the .io, Key and Values are identical list structures.