RIR Document input not working in all components

Hello @Japhy, I am trying to get certain elements from a linked revit model I have. however once I select the link and connect it to the input of either the (Query Categories) or the (Query elements) it always picks the original open revit document not the selected link.


I tried selecting using the graphic element, and query revit links and still no use. im not sure if its a bug or if Im doing something wrong. u can see in the screenshots im connecting STR model and the input is showing ARC model.

Im running Revit 2024, and RIR 1.24.9022.17166

Hi @Klayden,

Here you are using conversion from Element to Document, this conversion returns the document the elements belongs to.
Looks like you want to use the document this link instance is pointing. The D output on the Links component should return the document you expect in this case.

1 Like

Ahhh thanks man!! dont know how I missed that :sweat_smile:. Appreciate the help