Urgent Help - Assign: The source contains no datarows

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()

2 3

Hi @mosyahri, this means there are no rows matching your condition.