Delete Rows in Excel

Hi All,

I have problem with this flow process and system always prompt me error
“[ERROR] [UiPath.Studio.exe] [1] System.ServiceModel.ActionNotSupportedException: The message with Action ‘Bing’ cannot be processed at the receiver, due to a ContractFilter mismatch at the EndpointDispatcher”

I don’t understand why it cannot run in my computer.
Flow process:

  1. to read excel file from sheet “Cars”
  2. to delete row that do not contain parameter in the list
  3. to write excel file into sheet “Cars2”

Can anyone help where is the problem?

Thanks
Cars.xlsx (10.5 KB)
Main.xaml (19.7 KB)

Can you elaborate which parameter?

Also have you tried datatable.Select() to filter the records

Thanks,
Prankur