Filter sheets and change parameter on sheets using Dynamo

What I am trying to do is filter the sheets and change the parameter on the sheets to organize the sheets. I was able to filter the sheets to show only sheets with E2 but I was not able to change the parameter for the Phase to 2D Design. What do you think I am missing to make this work? I think I will need to somehow show the element ID for it to work but I am not sure which node should I use to add the element ID to the list before connecting it to the SetParamenterByName node.


You need to input the sheet element into FilterByBoolMask. You’re currently giving it the Sheet Number.

Thank you for your help. I tied the input of the FilterByBoolMask to the sheet element and it work.

1 Like