HI,
I like to use Element.IsTagged node but it shows error in custom node. Can anyone help me to correct this please.

HI,
I like to use Element.IsTagged node but it shows error in custom node. Can anyone help me to correct this please.

I think you just need to update the code block as it says
DSCore.List.Flatten([item])
Remove the spaces and protected names from the inputs, then give them a type.
e.g. instead of
Tags of Category
use
tags: var[]..[]
Forgot about this tread but was able to get the node to work without warnings see below thanks @Hamish for the input.
I would like to do this node but for view specific. Any ideas??

You could collect all Elements visible in the View and then use this node ![]()

For this the Python code has to be modified. Something i can’t do.