Rename Views Revit

Hi, all first post in the Forum… Im sure its not a completely new issue.

I’m trying to find/replace and rename views. Not sure I’ve fully understood lists yet. Everything seems fine until the end when the modified string, renames views that do not meet the filter criteria, such as ceiling plans.

If anyone can help with an explanation or point me to a previous post that would be great thanks!

Hi Kotey,

It looks like you are wiring the full list of views into Element.SetParameterByName while you are filtering the values. If you apply the same filter to the list of views it should work.

Hope it’s clear.

Cheers
Giovanni

2 Likes

Hi @Giovanni_Brogiolo thanks for responding so quickly! That makes a lot of sense I’ll give it a try and let you know. Much appreciated :slight_smile:

Hi again Giovanni,

Works like a charm!.. I’m going to revisit the primer and I guess just practice a bit more with dynamo. If you have any other sources you can recommend on developing my understanding id be happy to look at.

Thanks again here’s the graph for anyone interested.