Error Linq query

Hi all,

we have read range activity and assing with linq query.
In attached the file input
File input.xlsx (8.9 KB)

Below the query used

dtInputProva.AsEnumerable().Where(Function(row) Not dtFinal1.AsEnumerable().
Select(Function(r) r.Field(Of String)(“Concat”)).Any(Function(x) x = row.Field(Of String)(“Concat”))).
CopyToDataTable()

when we execute this workflow we have this issue

Could you support us?

Thanks
Vittoria

@vittoria

Welcome back to our UiPath community.

We will get this error usually when if we don’t have any matching rows with the given condition.

Hi @vittoria ,

Take a look at the below post to handle that Error/Exception :