Element.IsTagged

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


2021-07-16_09h22_05
2021-07-16_09h22_14

I think you just need to update the code block as it says
DSCore.List.Flatten([item])


Still issue with the inputs. Any ideas or solutions on what should be in for the inputs? Is it just suppose to be category? I don’t know what the original Steam package looked like on previous versions to reference.

Remove the spaces and protected names from the inputs, then give them a type.

e.g. instead of

Tags of Category

use

tags: var[]..[]

1 Like

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??
image

You could collect all Elements visible in the View and then use this node :point_down:

image

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