Error in GetParameterValueByName from linked model using Bimorph node

Hi,

I am can’t seem to figur out how to avoid the “LinkElement.GetParameterValueByName”-node from Bimorph giving me this error “Warning: There is no version of LinkElement.GetParameterValueByName that accepts argument type(s) (Revit.LinkElement, System.Object).”

Should i look into other nodes or is it something to do with my graph logic?
I am using Revit 2022 and Dynamo 2.12.1.8246
I hope i have provided the needed information for the problem else please ask.

Any help appriciated

Always show the node preview bubbles when sharing a screenshot.

The error says you’re providing an unexpected input type. If you had the node previews pinned you could see that TextBox Data is not returning the value you input. It needs to be connected to a MultipleInputForm ++ node to provide the actual input form and return a value.