I am trying to create an dynamo script for one the project, where i want to update multiple parameter values of the elements in the entire model using their respective element ID’s but i am getting some errors while getting updated paramater values form the excel, dynamo giving the following Warning: String.ToNumber operation failed.
Not a valid number.
Parameter name: str even though element ID’s in the excel are in number format. can someone help me to identify where the things are going wrong.
First obvious thing I see is index [0] of your first “string from object” node reads the word “ElementID”. Start by removing your column headers in Excel.
Hi @elton.williams , Thank you for your response. I had tried as you mentioned but getting the following result Warning: Select.ByElementId operation failed.
Unable to cast object of type ‘System.Double’ to type ‘Autodesk.Revit.DB.ElementId’.