Itemizing list based on the quantity

image
For example, I need to record the serial number of each item in an itemised list - for that, I need the list to be itemised or instantiated first. How a list can be itemised respective to its quantity in dynamo?

Hi @Gideonism ,

List.Cycle or List.OfRepeatedItem are used for this :slight_smile: . Just make sure to adjust the list levels accordingly (indicated in red).

Also seeing this is your first time posting something on the Dynamo Forum I highly suggest checking out the Dynamo Dictionary!
https://dictionary.dynamobim.com/2/#/

2 Likes

Much appreciated - the solution works just as needed - thank you.