Datatable.select method for WI items in ACME TEST

Could not resolve the variable type for WIList and dt_WIs for the follwing assign expression:
WIList=dt_WIs.Select(“Type=‘WI5’ AND Status=‘Open’”)

What is the datatype of WIList?

Welcome to UiPath Community @Dharani_jeevan.

Please make sure DataType of WIList is DataRow (I.e. array of DataRow)

Ty and what about dt_WIs

@Dharani_jeevan, DataType of the dt_WIs should be DataTable.

1 Like

Error resolved.Thanks a lot.