Filter paricular row of entire Excel data

Is there 100Excel Data i need to filter 10Rows only …What is the Expression in UiPath Using Vb Expression

Hi @nirmalad123

Provide the condition to filter the rows in the datatable…

ok i will try to get.

1 Like

Hi

Welcome to UiPath forum

If you would like to get the first 10 rows then

In assign activity

dt = dt.AsEnumerable().Take(10).CopyToDataTable()

To know more about datatable activity have a view on this

cheers @nirmalad123

HI,
@nirmalad123

Dt=ExcelDt.AsEnumerable.Take(10).CopyToDataTable

Hi,

Thanks For your Reply

1 Like

Hi,
Thanks for your reply

If the question is clarified, topic can be closed @nirmalad123