Multiple Column Compare inside IF condition

You can try with linq queries.

The other way is instead of using two for each row activities, use one to loop through first datatable and inside it, use Filter data table activity to check the matching data.

1 Like