Hide all grids in views

Hi,

Im trying to hide grids with certain letters in chosen views but find no way to get it working.
I get a Traceback error or AttributeError, not sure actually what that means, I’m not yet an expert at this.
Could anyone hint at whats wrong with my script, it would be deeply appreciated.
I’m thankful for any help I can get!

Hide Grids in views.dyn (33.5 KB)

Hi @jonas.nilsson

You where connecting strings to Filter.ByBoolMask node instead of Views and Elements:


2 Likes

Thank you very much @Kulkul!
Such a rookie mistake :smiley: now it’s working.