Hello,
I’m working on a Dynamo graph to
modify the “Description” parameter of a group of selected Revit elements. I’m using the
Element.SetParameterByName
node to set the parameter value, but I’m encountering an error when I try to connect the output of the List.Sort
node to the Element.SetParameterByName
node.
Specifically, when I connect the output of the List.Sort
node to the Element.SetParameterByName
node, I see an error message that says “Input is not a Revit element.” I’m not sure why this error is occurring, since the input to the Element.SetParameterByName
node is a list of elements.
I’ve attached a screenshot of my Dynamo graph below, along with the error message. Can anyone help me figure out what I’m doing wrong?
Thanks in advance for your help!