Create x-number of collections based on numeric value

I need help with creating x-number of collections, for example 10, based on a pre-determined field numeric value, in this example 10. The numeric value in the field can be any number and thus the number of collections created are based on this number.

With this, I then need to utilise an iterator and enact code x-number of times for each collection.

Hey Luke,

this is what the Repeater module is for. Configure it to start from one and repeat X times, where you map your incoming value. Then whatever module you need to create the collection, then you can use an aggregator with the repeater as the start module to make an array of the collections.

2 Likes

Nice one, cheers for the assistance!