Copy value from instance parameter to another

Hello
As the title suggests, i have a parameter that i want to copy all of its values to another parameter (both instance, both text) i tried this

could someone please tell me what im doing wrong?

thanks in advance

Hi @NERDASORUS
Try change your “Parameter.ParameterByName” node with “Element.GetParameterValueByName” OOTB node.
Cheers

1 Like

You are connecting a parameter as value. Use after Comment parameter: Parameter.Value and then connect it.

1 Like