I’m new to dynamo. In Revit 2023 I developed a dynamo graph that takes the layer materials from all wall types and pastes them into a multiline type based shared parameter. I used a clockwork node “all family types of category” to retrieve all family types. This node no longer works in 2024 so I was hoping to create something of my own with out of the box dynamo nodes. I have tried this but there seems to be problems in getting the type name. I would appreciate any guidance with this issue. See below for an image of my original graph that no longer works.
Welcome to the forum!
Please make sure you’re searching the forum for similar topics before posting a new question.
Wall Types are system element types and therefore work differently than loadable family types. There plenty of other topics here on the forum that explain how to get all types of a specific element type.
Here’s a starting point: