Workset "Visible in all views" value by Excel

Hello -

I’ve created a Dynamo script that reads from an excel document to create a set of worksets. I’d like to set the default “Visible in all views” value from Excel as well. I suspect this is getting into Python territory, which i’m not very familiar with. Is there a way to set these values without Python?

Screenshot 2023-09-01 161753

A hint. Excel will read as a string, so where you uave a visibility parameter you need to have a code block for if x = TRUE then x = true (a boolean)

That makes sense. I’m struggling more to find which node or package lets me control the workset setting (not just a per view setting, but globally across the project). Any advice on that?

I cant remember any packages specifically that include a node such as this but if you used the workset collector from the crumple package and this python code from this link it might work. For at least visible in all views or default as you call it.

See how you go :slight_smile: