What is the best way to filter list A (220items) by the contents in List B (32 items).
Goal: If any of them items are in list A that are also in list A, take them out of list A.
Use the Set.Difference node. This will return all items in Set B that aren’t in Set A.