How to: Input - Workset from Revit in Dynamo

Hello everyone,

I am pretty new at the dynamo world and I may need your help.
I would like to write a skript in dynamo, where I can select all elements by workset.
I don´t know how to tell Dynamo which workset I would like to select.
And then I don´t know how to pick all this elements in Revit

Hi Polina, welcome to the Dynamo Forum community :wave:

You can start by checking out this post How to get help on the Dynamo forums

There is the Worksets node and then use the Select.ByWorkset from archilab package

image

Thank you very much!