I don’t actually know what’s going on with the List.SetIntersection
.
it should show 44 elements and it shows 15… any suggestion??
I don’t actually know what’s going on with the List.SetIntersection
.
it should show 44 elements and it shows 15… any suggestion??
Hi @vickykurlem,
The List.SetIntersection node only returns items which are present in input list1 and list2.
I assume your second list only contains 15 (of the same) items.