Hi,
I have been trying to change the location line of an specific wall type but after selecting the wall type I want to change the script shows me the error in the pic and it does not change the wall location line.
Looking at the Wall Instance Parameters, it appears the parameter name is “Location Line” not “Location line” in your post. Have you tried this?
@Nick_Boyts, I’m kind of new with dynamo and I though the “green” filtering was to select the elements I want to set parameter to as I want to set the new location line to the list of wall in the watch node (in this case 1478 walls)
How would I select the instance of only those 1478 wall then?
The green represents the element Id, meaning anything with the green Id is a viable Element. However you have the Family element selected instead of the FamilyInstance. You started with the FamilyInstance and then got the Family. The issue is that you filtered the Families instead of the FamilyInstances. You just need to change the list input on your FilterByBoolMask node.