Duplicate views

How to duplicate views 10 times by dynamo ?

Clockwork package has nodes to duplicate views, and i think the best practice to run your script 10 times

I believe Archilab package also has a Views.Duplicate node. To do the duplication multiple times, you can do as @khuzaimah.ElecEng said or you can probably do a List.OfRepeatedItems using the view as the input, and then input in an equal amount of unique names to the duplicate node.