Hi everyone,
I have 2 datatable.
If one of the records in the first datatable is not in the second dattable, I want to send an e-mail.
I wrote row1.Item(1) = row2.Item(1) in the if activity, I tried to put the mail activity in the else part. But when I do this, it sends mail for each datatable row.
Is there anyone know how can I solve this situation?