Match IDs from Revit and Excel list

Hi,

Is there a way to match IDs from an imported Excel list and a list of beams on a Revit file? Trying to change the sizes of some beams but the mismatch of the IDs creates an error in Revit.
Thanks!

Try searching the forum. There are dozens of topics that cover this situation.

2 Likes

You want Element.byId, there’s a node for that and a DesignScript alternative.
Search the forum using the term “ById”

Thanks @Nick_Boyts and @Marcel_Rijsmus. I was able to solve the script another way thanks to @patrick_podeyn but I will explore the ID matching suggestions for other scripts. Have a great day.