Associate parameter node from orchid package problem

Hello, I`m having problem with the Associate parameter node from the Orchid package.
In the examples it should work with strings as an input values for the document parameter and the the family parameter, but to me it returns this warning.: “Warning: Parameter.Associate expects argument type(s) (Document, Element, var, var), but was called with (Revit.Application.Document, Revit.Elements.Element, string, string)”
Assoociate_Family Parameter.rfa (368 KB) Assoociate_Family Parameter.dyn (541.7 KB)

Try Parameter by name node, The Parameter.Associate needs an actual parameter as input i think.

image

1 Like

From which Package is this node? The built in node parameter by name has a var as input and string as output.

image
Are you using the right one ?

This Node obtains the parameter of an element. I need to associate a Family Parameter to an Element.

1 Like