Hi,
I’m trying to build a Dynamo script to output all Subcategories of a given Category in a Project.
This uses some elements of the Clockwork package, and it all works as far as I can tell - it doesn’t throw errors - I just can’t work out how to extract the Subcategory names.
The image below shows what I have built so far.
As you can see, the output is a list of some form of object data, but I can’t extract the actual Subcategory names from this. I looked inside the Category.Subcategories code block itself, but all the actual work is done by Python scripts, which I don’t fully understand.
Is there any way getting the Subcategory names in String format?