Automatically placing tags - Only place tags that are visible in view

Our graphs follow the same logic but mine is slightly different in that I’ve chained the Boolean filters output node to the next input so the list filters down as it progresses. This helps to identify views that never updated, because as you say incorrect naming is a problem. This is why I wanted to filter out the view templates, I don’t want them in the final list.

Room Tags - Place Automatically - By level.dyn (215.4 KB)

I filtered the view templates out because it’s listed in the workset name. The workset names are just numbers in Dynamo but I found this piece of Python code to convert to the name: Getting worksets Name

I also replaced the family type selection node with a preset selection, because this often reverts back to something other than room tags and it could end up placing another symbol thousands of times!

1 Like