Get electrical circuit name and put on parameter

hello

I want to copy the name of a circuit and copy it into a shared parameter. my dynamo doesn’t work I can’t understand where the problem is
if someone could help me a little

Hi @seb-fr-37 ,

We can’t read the node names, could you re-upload your screenshot? Also, could you share what the error message is from the SetParameter node? It probably has something to do with a wrong value type, the error messages often give you a clue in the right direction.

her the dynamo

the error message:
Warning:Element.SetParameterByName operation failed.
No parameter of this name

yet the parameter is present in the family

Maybe it’s a type parameter?

Use a element.parameter node to check the parameters of the family types and also of the family instaces.

thanks it s work