Create a list with 10000 numbers

How can I create a list which contains numbers from 1 - 10000 in Thunkable x ?

Using a cycle from 1 to 10000, create a text variable in the format:

1,2,3, …, 10000

After that, use the block for creating the list from the text string with delimiter “,”.

you can use block

listt