Identity data

Good morning, I would like to know what is wrong with my script and I don’t know if someone could help me. What I want is to pass that data found within the “Description” parameter of identity data to the “Descripcion” parameter found in a general parameter of the same element. For some reason it is not reading the identity data parameter.


Not a Dynamo expert but you could try placing Element.ElementType in between All elements of Category and Element.GetParameterValue…

1 Like

Looks like a spelling error to me;

Where you are getting the ParameterValueByName at the end you wrote;
“DESCRIPCION”; instead of “Description”;

This would be the expected method though, but without the spelling mistake
image