Error when I am trying to filters rows in data table using LINQ query when there is no value with search name

Hi @Mandava_Naresh ,

Is there any reason why you don’t want to use filter data table?

Said that, have you consider using the select method?
Note: it returns a DataRow[ ] not a data table

Dt.Select("Accounts = ""HSM""")

DataTable.Select Method (System.Data) | Microsoft Learn

Filter Data Table (uipath.com)