View Type Name Filter Code Block

I am trying to create a complex graph that will get floor plan views by name, filter out all but one type of floor plan view based on type name, and then pass it through to another section of the graph that will create sheets from those views and plac ethe views on those sheets.

I have the second part down I believe. Where I am running into a problem is the part that will get the view type names to put in a list. I can do view names, view types, etc. but I cannot figure out how to get the view type names.

Disclaimer, I am a novice Dynamo user so please forgive me if this is a very simple question. I have searched everywhere with a variety of search terms and cannot find what I am looking for.

Thank you!

In addition, I will further the filtering to include a users input to only make sheets for the view names they choose. Ill get to that next. =)


try this custom node from spring package

It looks like you have this part working. So what’s the next step?