Hi All,
I have two collections and want to remove rows from the first collection if the Row exists in the second collection.
Collection 1

How this look in the data table

The second collection

How this looks like in the Data table

I want to remove rows from the first data table if column 1 ID and Column 2 Name match with data table 2.
Thanks.