How to remove multiple rows

Hi everyone,
I’d like to know what is the easiest way to remove multiple rows from a datatable. I need to remove rows from row number 0-7. I found ‘remove data row’ can only remove a row. What would be the easiest way?

Hi @9e389f79ff1549b677ac

The easiest way would be to use Filter DataTable Activity or using DataTable.Select expression, but there has to be some condition to filter the datatable

Thanks,
Prankur

2 Likes

Use For Loop Activity from 0 to 7
And delete the row from a data table.

@KarthikByggari Thank you very much, it worked and was easy!

Cheers,
Mado

1 Like

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