hello everyone,
how does lacing works in List.UniqueItems node? What is the logic behind it? I understand lacing logic for 2 lists in case of a “line by startpoint endpoint” node, but not here. So I tried an example that @Kulkul showed me in one of the cases.
I take an input list with two sublists:
{{“A”,“B”,“C”,“A”},{1,2,2,1,1,1}};
Obviously if I use lacing shortest I get an expected identical list {{“A”,“B”,“C”,“A”},{1,2,2,1,1,1}};
But when I use lacing longest the node works similar to as if I move down a level. So what is the logic behind lacing in this particular node?