Can you not get type parameters from a sheet?

hello, can you not get type parameters from a sheet? All my title block families have a PHASE 1A and a PHASE 1B parameter in them. But when I try to filter by this parameter I get no results.So I pulled in a Element.Parameters node to see the available parameters and I still don’t see it in the list. But the parameter is definitely in the family. Is there any way to get this parameters values so I can work with it?

That’s because you will only get the instances with All Elements Of Category. You can use the Element.Type node from Clockwork to retrieve the Family Type of every instance and then get the Type parameter. Something like this:

1 Like