FilterDT Error

I am trying to filter the Particular Skill from Excel, but getting an error, Please help what is the error.

Hi
Kindly try with Filter datatable activity
where pass the input dt as datatable variable obtained from read range and get the output with a new datatable variable defined inthe variable panel with default value of new System.Data.Datatable
–where in the condition mention as
“yourcolumnname” contains "your values in string between double quotes "
For more info on this
https://activities.uipath.com/docs/filter-data-table

Cheers @ramkrishna2k3

Watch this video… It will help you.

1 Like

@ramkrishna2k3

You have to use Filter DataTable Activity to filter dataTable but not Filter Table Activity.