Copy row range into next row in datatable

Hi Everyone.

I have datatable as attached file ( The root file is very huge )

I want to check it row(0) is not empty then will copy range from A:F into the next below row.

How to do it.

Thanks in advance!

Book1.xlsx (8.3 KB)

Hi,

Steps to achieve this:

1 - Read excel file
2 - Put filter on Data Table which is an output of Read Range Activity.
3 - Use normal filter activity in UiPath or use Assign Activity "dt.Select(β€œItem1”) <> β€œβ€)
4 - You can also use Linq in this case to get only those records which are not equal to empty
Follow this link -

1 Like

Hi Bro.

But my data sorted not easy.

Could you pls check and try to make xaml file.

Thanks in advance!

I have found solution from this link : Copy value from above row in excel - Help - UiPath Community Forum