Create Tag not working

Hi all,

Can anyone explain me, why nr1 isn’t working?
Number 2 works, but I need more different tags instead of 1.

Since it’s a custom node we can’t really be sure how the replication works by default. Do the inputs have specified structures? Using list levels on a custom node with specified structures may not work the way you expect. You may be forcing a replication that doesn’t actually work. In this case, TagType @L2 for a list of sublists may be forcing python (just a guess) to treat the input @L2 as an instance when it’s currently a list. In cases like this it’s always best to duplicate inputs until your input structure doesn’t require any list levels. One-to-one inputs always work.