Filter data and copy in excel

Hi, how can I make my robot filter out the data, if something appears after filtering it copied it and if there is nothing then it continues?

1 Like

can you share the sample data so easy to give the solution

@sullivanne

You can try this way
i have taken the sample input like this

image

in else you “You can copy according to your process”

@sullivanne

1 Like

Hi @sullivanne ,
You can use filter data table


but to detail, can you share input and expect output?
regards,

1 Like

Hi

Let’s go one by one

There are four different ways to filter datatable
Refer this post from UiPath for more ideas

To check this

U can do it with IF activity with condition like this

DT.AsEnumerable.Any

If true it goes to then block which means it has records
If not goes to else block

Hope this help

Cheers @sullivanne

1 Like

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