I have a data of serial numbers that i want to map from the document to the revit model for specific parameter using dynamo can u please help me out
Are you actually getting errors on run. Looks like the DYN Routine "completed without errors".
Hey,
It seems like you have to connect the values that you get from Elements.GetParameterValueByNameTypeOrInstance node into Elements.SetParameterByNameTypeOrInstance (on the input called value).
Before do that, you should filter the elements that you have collected from Revit, in order to have the same number of elements as values to set. To do that, use the same Mask you used on the List.FilterByBoolMask node, copy this node and connect the result (output in) on the Elements.SetParameterByNameTypeOrInstance node (on the input called element).
I think it should works.
Kind regards.
Sie finden nicht, was Sie suchen? Fragen Sie die Community oder teilen Sie Ihr Wissen mit anderen.