How to loop through all array elements?

Hi, i tried a lot of settings with get, -1 index, setting array element, or while loop. but somehow the following loop always runs once, beside the array contains more entries. Any idea what is wrong? Thanks!

In this example i create a widget item, and add it to a scroll box panel, this works very well, but missing are the remaining array entries.

set up seems right. if he only print out the text once, then there is only one entry for sure.

There are other entries as well, and i can set a different index which gives a different element.

Working now! (Super complicated for someone who is not a programmer, lol)

This is a real time basedGamesparks leaderbaord, which uses a User Widget (LadderListItem), for a scrolling dynamic leader board.

My eyes! It is super confusing for everyone, this so called fix. For arrays, you can and should use ForEach only, always. If that wouldn’t be trustworthy, 98% of the projects wouldn’t work. If that runs only once, you do have only one element in that array. The question should have been :why does it have only one? And by using breakpoints (F9) you could have found the problem far more easier, than creating this monster of Frankeinstein.