Duplicate Sheet by Bimorph argument type error

Hi there,

I’ve been reading all the topics about Duplicate Sheets in the forum, but I haven’t found a solution to my problem.
I am getting Sheet.Duplicate expects argument types (Sheet[], boolean…) but was called with (Revit.Elements.Views.Sheet, boolean…) and doesn’t matter what kind of component I use to get the sheets from my document.

I don’t know how to get a Sheet[] type argument so the duplciate.Sheets components run. I attach a image with the options I’ve tried.

Hope you can help me!

Hi @erika.morph

Prefix should be string currently you’re feeding numbers. Convert numbers to string before feeding to prefix.

1 Like

To further that, this would be a way to obtain the leading zeros in string form and make it parametric in creating the numbers based on the list count.

Hope this helps!

Yeah! I was completely mistaken about where was the error. Thank you so much!!