Hi everybody, I’ve been trying to create a script to link and pin specific revit files to one master model. The problem is, my current script can’t specifically select the RVT file I want to link. For example, if I want to link an Architectural model, but it’s on the same folder as other revit files I can’t select just the architect one, it’ll link all of them. I need a way to path the specific file I’m trying to link. Any clue?
File Path is an available input node. Use it instead of everything up to the Document.AddLink node.
