element.getparametervalueByName node doesn’t provide the parameter value that I have assigned. I have attached the images. kindly let me know if i am missing something

element.getparametervalueByName node doesn’t provide the parameter value that I have assigned. I have attached the images. kindly let me know if i am missing something
Is the Element a type or instance? If you ‘select’ it in your model or if it has a location then it’s an instance.
When you have an instance to read any Type parameters such as Type Mark you have to extract the instance’s type (just like clicking on the ‘type’ properties in Revit), which I believe can be obtained by another GetParameterValueByName node.
@jacob.small Thanks, it worked!