An Iterator is for iterating an already created/existing array.
1.
If you want to build a new numbered array, you can try using a Repeater module with an Array Aggregator.
2.
Alternatively, you can “build” one directly in the array field in the iterator using the add
function – however you can’t dynamically specify the number of items.