HI @Nortksi ,
From what I’ve looked into, I think the issue with your code is that the array is being used incorrectly inside the Entry. Each Entry in the ListView is supposed to receive a single instance of data , and render itself with that in On List Item Object Set.
If instead you pass the entire array into the Entry and loop over it there, you’ll just keep overwriting the same TextBlock multiple times, and only the last value ends up showing.
Here are a couple of guides/tutorials that explain the proper setup: