Filtering Excel rows

Hi All,
I have input data i want to filter upstream and downstream applications.
Please help me


Regards,
Hima

DT.Asenumerable.where(Function(x) x(Column1).Tostring =“upstream Application Dependencies(Asset Manager)” or x(Column1).Tostring=“Downstream Application Dependencies(Asset Manager)”).CopyTodatatable

Hi @thima,

Use Filter data table with below mentioned Configure

Input
image

Output
image

Filter Data table
image

Xaml
Sequence2.xaml (8.4 KB)

Thanks,
Rajkumar

Hi @thima,

If you wish to filter directly in the excel document, you could use the Excel Filter activity

This file is not able to open

HI @thima

Check out this XAML file

FilterStartWith.xaml (6.9 KB)

Regards
Gokul

This is giving output of below.


Iam not getting application names below upstream application names also need to filter

What do you mean by application name @thima

You are talk about the Column Headers?

If yes, You can Disable the Properties of Ass Header in the Write Range activity