Copy from view to view is null

Hello,

I am trying to copy dimensions from one plan into an RCP and the slab plan by selecting those views from the project browser. Would anyone know if I need to use different levels or if I may need a different node?

I’ve used this post as a base, so the graph works with the bool mask node but not the Collector.CurrentSelection.

Thanks,

Are the references for the dimensions available and visible in the view?

Yes, I’ve checked and the code is the one not working.

I assume if you do it manually in Revit it works as expected?

Yes

Hi,
it doesn’t work because the active view is probably the project browser view. Try the OOTB ‘Views’ selector node instead

I was hoping to be able to select multiple views from the project browser.

Try by this way

This whole time I was thinking that the issue was the Current Selection node.

Thanks,