Hi everyone. I am trying to cater for exception situation where there is no record retrieve. I write the expression: Master_DT.AsEnumerable().Where(Function(row) row(“Email”).ToString=item(“Email”).ToString).CopyToDataTable() in the Statement Sequence Activity inside the Try Catch Sequence Activity.
I have encountered this error while I was debugging the file. It shows “Assign check email existence and assign result to database. The source contains no DataRows”