I am trying to execute a Linq query on a DataTable.
from row in dt_table
where Cint(row(“Count”)) =2
select row ).CopyToDataTable()
However I am getting the following error.
Could not find an implementation of the query pattern for the source type ‘DataTable’ where not found.
I have one more use case where I am using SAP appliucation.
Bot is using SAP application.
At first bot enters value in the text (Description) field.Then it selects value from three respective dropdown fields. Everytime it selects value from dropdown ,initially entered value in the field(Description) gets deleted automatically.
In the next section(page) bot is selecting value from list of values for another field. But as soon as it clicks on a button,values in two fields appears to be deleted.
Can you help on the issue"When the robot selects any value from dropdown the previously entered value is deleted automatically"
At first bot enters value in the text (Description) field.Then it selects value from three respective dropdown fields. Everytime it selects value from dropdown ,initially entered value in the field(Description) gets deleted automatically.
In the next section(page) bot is selecting value from list of values for another field. But as soon as it clicks on a button,values in two fields appears to be deleted.
Can you help on the issue"When the robot selects any value from dropdown the previously entered value is deleted automatically"