Set first Element to True and repeating elements to False

Hello Together
I have a bit of a problem that i cant solve…
I would like to create a cull pattern form this list (picture).
And the goal is to set the first element to true and that every element that’s the same gets the value False…

E.g.
list – 0, 0 ,1, 2,2,3 to true, false, true , true false, true

Thanks already for your help!

Hello - a Python component with something like this may help-

image

Set x to have ‘List access’, and ‘Type hint’ to Int, I would say, for the Py component.

-Pascal

3 Likes

…or like this…

2 Likes

Thanks that really helped!