This will return a 1D list of Workset names for the Worksets that have been opened in the current Revit document.
Wildcard String Search One List in Another List (Faster)
Get Column as List from Excel
Trimble.Import
If you are looking to impott points to Revit from Trimble(and vice versa) then you can use these nodes to assist. This takes a file path(CSV recommended), sheet name, family type, and separator in order to output a certain family at the specified location that can help you visualize what is going on in the field.
I have a point family available here:
https://www.dropbox.com/s/c27c8p2lxemstwo/PointFamily.rfa?dl=0
Repository here:
https://github.com/natethegrate1/MEPTools/blob/master/TrimbleImport.dyf
and some YouTube instructions here:
Import=https://youtu.be/TKiY6O1a7EU
Please feel free to email me if you have any issues!
Trimble.Export
If you are looking to export points to Trimble from Revit (and vice versa) then you can use these nodes to assist. This takes a file path(CSV recommended), sheet name, and model element selection in order to output a CSV that can be pulled into the Trimble (or other) Total Station units.
I have a point family available here:
https://www.dropbox.com/s/c27c8p2lxemstwo/PointFamily.rfa?dl=0
Repository here:
https://github.com/natethegrate1/MEPTools/blob/master/TrimbleExport.dyf
and some YouTube instructions here:
Export=https://youtu.be/j-qLP0ux7sw
Please feel free to email me if you have any issues!

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








