Simple Parameter Question: Null for parameter.by.name

Hi!
Does anyone can help me why I get null in these two nodes? I have tried different parameters, it only shows data for Level and Mark.


Thanks in advance :slight_smile:

Hi @NaSha,

Your Height parameter is probably a type parameter and not an instance parameter.
Use Element.ElementType node after All elements of Category node.

Or there is a typo.
You can use the Parameters node to find all the parameters available with the element.

Thanks @Alban_de_Chasteigner Element.Type worked :slight_smile: