Extracting data didn't work Elements.GetParameterValue

Hi,
I want to extract this data ‘Material’ which is under Type Parameter. in dynamo, that value ‘PLATE 1’ didnt appear.

Dynamo2.0.2 : here is what i did in dynamo

Is it possible to extract? :thinking:

same result. :sweat:

Are you looking for the name of the material? Right now you have the element. If you want the name as a string, try Element.Name node using the material as the input.

1 Like

try put element by name after the watch node. because the material you had accessed is a element type by itself thats why the name aint showing.