Hey, i am trying to link the elements id of Revit for those i have the coordinates to the ones in the csv with their GuidId…
i tried matching both list but no resutls…
any clue?
Hey, i am trying to link the elements id of Revit for those i have the coordinates to the ones in the csv with their GuidId…
i tried matching both list but no resutls…
any clue?
Probably because you are comparing Objects to Strings
Use the Object.ToString node on the elements from Dynamo then compare to CSV values.
can you please share a complete script, that will be easy to understand the actual input and expected output.
i already could thanks