Automatically apply Scope Box to Specific Views

I could not spot any issue on the script, would be much appreciated if any advise please

You connected the nodes wrong.

It’s good that you filter on the name, but that’s not what you need to set.

In this case I would use an alternative node from the Rhythm package
image

That way you have multiple names, you can solve it more easily with lacing

1 Like

Very grateful for you reply RevitRobot, I might still missing few steps on the script as still getting the warning. it might be an other issue on my script. Much appreciated if any advise please
Apply Scope Box to View.dyn (33.9 KB)

Oh woops, you made the same mistake above as you did below.
Do you understand how to correctly attach outputs to inputs?

1 Like

Thank you for your reply and advise RevitRobot, I might not fully understand that, still trying to get my head around as a Dynamo new starter. Still being confuse when doing the same as below DynamoBIM youtuber’s demonstration https://www.youtube.com/watch?v=J5uv1DyGniA

He means you got the idea right, but are using the wrong list in the filter by bool node:

You need to feed in elements, so you have to filter the element lists, not the element property value

1 Like

Thanks all , it is now working

1 Like

Next time, read the error.

It will say to you: the Node is Expecting A, B, C

But it got 1,B,C

Then you know your Inputs are of the wrong type and you can attach the right type

Thank you