Delete first 2 rows of datatable

I have a datatable and the first 2 rows are almost empty or contain information i do not need to use in the For Each Row activity.
Is there a way for me to remove them using the data filter activity? or any other method is fine too.

Hi,

Can you try to use Remove DataRow activity with the following settings twice?

RowIndex : 0

Regards,

3 Likes