How to delete rows from a data table within the same for each loop?

Hi @kkpatel,

you can’t change the datatable while accessing it via the for statement. There are several ways to accomplish your task that can be found in this forum.

For example: Click here

1 Like