Hello everybody,
I’m having a problem with one of my assigns.
I have a total of 200 licenses inside my Excel Sheet. I want to check the email existence and assign it to the datatable.
I got this error when I debug it: Assign: The source contains no DataRows.
Does anyone has a solution for this assign?
Assign:
Master_DT.AsEnumerable().Where(Function(row) row(“Email”).ToString=itemWaitList(“Email”).ToString).Take(Master_DT.Rows.Count).CopyToDataTable()

