We are currently having an issue with our dynamo script.
This script is supposed to pull all data from Excel, each row and place that info into the family according to the Unique ID code from Excel to the matching Unique ID in the Revit Family.
Error Message:
Warning: Element.SetParameterByName operation failed.
The call is ambiguous between the following methods or properties: ‘Revit.Elements.InternalUtilities.ElementUtils.SetParameterValue(Autodesk.Revit.DB.Parameter, Revit.Elements.Element)’ and 'Revit.Elements.InternalUtilities.ElementUtils.SetParameterValue(Autodesk.Revit.DB.Parameter, string)
I have included the excel file and the dynamo script. The excel file has been cleared to not include client information.
Also, when taking pictures of your Dynamo graph, make sure to zoom in until the nodes are legible and then press the Camera button in the top right. It will take an overall picture maintaining the zoom level.
I think you get an error because all the cells are read as strings, and you have a few parameters which takes doubles. So make sure not to convert everything to strings