Creating a dynamic array help

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.

Screenshot_2023-12-05_091208

Screenshot_2023-12-05_091244

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.

Screenshot_2023-12-05_091209

2 Likes