Node dynamo == doesn't work... I'm getting errors... any help?
Thanks
The items in the watch list are parameter elements, not strings. The color is meaningful here.
Swtich from Parameter.ParameterByName to Element.GetParameterValueByName or pull the vaule from the parameter and compare that instead.
1 Like
Or you can also add node Parameter.Value and then use == for check with string value
Thanks for the reply.
