No reason other than I’m not very familiar with python. If I have hit a wall here I will try using python but come on, what good is DS if you can’t loop and set Revit parameters?
Why do you need to loop it? It’s processing a single list which can be done with standard lacing, no matter how many conditions you have… am I missing something?
for some reason the code does not handle list well. The first code sample was dealing with a single sheet. The moment i fed a list of sheets to the imperative block it stopped working, that’s why i thought i needed to iterate through the list?