Find the matching numbers between two sets

Hi @hapisnake , it does find the intersection but unfortunately you need to ungroup your sets into individual rows (one member per row) and then supply each column of set members to the Set Operator node.

As you have sets for each “card” you’d probably need to perform this in a group loop (group by card) to get the results you require.

1 Like