This will return a 1D list of Workset names for the Worksets that have been opened in the current Revit document.
Author: lukesjohnson
Wildcard String Search One List in Another List (Faster)
Get Column as List from Excel
Workflow: Set Revit Links to Individual Worksets in a Federated Model
It is often useful to have each Revit Link on its own workset. Let’s say you have just set up a new model, and linked in 10 other Revit models. We need to create some worksets, and then set the links to those worksets. This can be done automatically, in two simple steps in Dynamo:
After running these two nodes, all the Link Instances and Types should be set correctly.
Save your work before using it on your own project… 🙂
Set Link Instance and Type Worksets by Revit Link Filename
Create Worksets for Revit Link Filenames
If
The If node takes a logical test and then returns a true or false result based on this test. It has three inputs:
test
true – what should the output be if test is true?
false – what should the output be if test is false?
Simple examples:
More advanced example:
via https://twitter.com/ColinMcCrone/status/697217235304075265










