Started learning Dynamo a few weeks ago, looks great, one thing I can’t see is any nodes relating to Worksets?
If I do a Google search, I see that others are using Workset nodes, but there is nothing there for me in Dynamo when I launch it in Revit 2023, and I don’t see anything in the help regarding Worksets
Do I need to install an add-on package to access this functionality, is there some setting or installation package requirement (Revit was installed to my laptop by our IT department) or is it done via Python (for which I have zero experience).
You should have access to Workset nodes without the need for external packages, if you browse the node explorer on the left. Under Revit, is there no option for worksets?
How strange, going to let someone else pick up from here as I can’t think why OOTB nodes wouldn’t have been installed with Revit?
The model you are in shouldn’t dictate the nodes you have available to you. Even in a non workshared model you should have access to workset nodes, they just wont work.
As far as I know there is nothing out of the box as of Revit 2024. The Archi-lab package has some handy nodes for working with worksets, or you could dive into Python to accomplish what you need (as long as the API allows it).