Hi everyone,
I’m currently working on a Dynamo script where my goal is to import values from an Excel database into Revit material parameters. It sounds straightforward: map the Excel data to the materials and update the parameters accordingly.
However, I keep hitting a roadblock. Every time I run the script, I get the error:
“Material parameter name not found.”
What’s confusing is that the parameter definitely exists in the materials — I can see it manually in Revit! ( It is a project parameter)
I’ve tried using different nodes like Element.SetParameterByName
and making sure my data types match, but no luck so far.