How to filter all names from a specific column {line discription } in excel file

Hi, all
how to filter all names from a specific column {line discription } in excel file
image

@sandeshdeshpande726

  1. First use Read Range activity to read the data from excel file and it will give output as DataTable. Let’s say dtInput.

  2. And then you can use Filter DataTable activity or Select query or Linq query to filter data.

Hi @sandeshdeshpande726

Have a look on the docs for filter

Regards
Gokul

@sandeshdeshpande726 Hi

please use this one you will get distinct name from column.


Thanks.

What is the value you want to filter from that column @sandeshdeshpande726

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.