View Title suffix

We have view title suffix started out as “primary” and changed to “diagram” at project final.
So far we doing this manually, and error occurs.

Is there a node or a way to use Dynamo for this ?

Absolutely. I suggest working through the Dynamo Primer to get some experience with the basics. This sounds like a simple get/set parameter situation (with a quick check for substrings). You can find tons of examples here on the forum.

1 Like

Are you trying to change the view title or the title on sheet of views?

Something similar to this should work, examples should in their simplist form with no filtering to which sheets you looks at (ie: Shown as project wide)

These examples work individually but not together (ie they are 2 different scripts) it is posible to make if statements etc etc… to have it in one graph or relating to dates bla bla… but this should get you started.

  1. If you your project is existing and you have a view name with no suffix, start like this.

  2. You have views with known suffix and are looking to replace them with another.

Thanks for the examples.
I actually looking for view-title-suffix-change, not sheet names…

In that case, that parameter is held on the view itself, so one way is to get all sheet > get views on sheets > and set that parameter.

For project wide changes you might need to learn how list level / lacing work. but maybe this helps you get started.

or something like this