I need to filter Status column, Exception column, and started column.
Which activity suitable for this automation ?
Please help.
you can use Read the file and then use Filter Datatable Activity to put your desired filters
-
Use Read Range activity to read the data from excel file and it will give output as DataTable.
-
And then you use Filter DataTable activity or Select Query or LINQ query to filter the data from DataTable to get desired rows from it.