Filter

Hi All,

I am trying to automate excel sheet with some condition by using filter option, but it is not working.Book1.xlsx (12.6 KB) .

i am trying to automate only those names who is working on department Automation

Hey @Rakesh_Tiwari

Just Do Below Steps:

  1. Read Excel File by using Excel Application Scope Activity.
  2. Use Read Range to Read your Desired Sheet Data and Create an output Variable by Hitting Ctrl+k with your desired Name suppose DT.
  3. Then use Filterd Data Table Activity" to filter datatable.
    image

Regards…!!
Aksh


i tried still getting this error.

pls check once the error, where i am doing wrong.

Hey @Rakesh_Tiwari

Try This: - FilterSample.xaml (7.3 KB)

Regards…!!
Aksh

1 Like

Thanks for your reply,

yes, it’s working, but can u pls tell me where i was doing wrong. coz i am new in UiPath.

Hey @Rakesh_Tiwari

Well have to check your file to say anything but from a quick inspection it look like to me there is error with your data-table variable definition

Regards…!!
AKsh

Thanks for writing,

i keep the variable definition same as you kept, but still not working.

Anyways thanks

Regards
Rakesh

Hey @Rakesh_Tiwari

can you share your xaml? so i can have a quick look?

Regards…!!
Aksh

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