Dynamically add labels in for loop

I have downloaded the Dynamic Components and for some reason I don't know what I am doing at the moment. Basically I want to for loop from 1 to 5 and then like in programming in the terminal I want it to basically look like this
1
2
3
4
5
Like that but with labels dynamically I don't know what I am doing wrong
image

Whit CompCreator extension :

1 Like

Use a List View.

Learn to work with lists.

You can do a text JOIN With Separator \n on your list to get it into a single Label.

I already have a list

Other example using only one label:

You can also do
set listView1.Elements to username_list