Hi,
First of all I am very new to dynamo so I have only very little knowledge thats why I came here for help.
So I am trying to make a script that would select an existing filter, apply this filter to a list of views and then finally set the filter overrides for every view in the list so that the visibility of this filter is set to unchecked (not visible)
here is what I came up with:
almost everything is working - so the views are listed, the filter is applied, but it seems like only the overrides node is not reacting - the filter visibility is still checked (so visibility is still set to visible)
is there anything here I am doing wrong? the boolean set to true should turn the visibility off so I am kind of lost as to why this is not working…
I know the easiest way would be to control this by view template but I have the filters category unchecked in this view template because of other reasons, so that is not an option…