Deleting rows in a Data Table

Hi @RPA_Path,

I would recommend you use the Filter Datatable Activity. Compare dates and where Date column is equal to your comparision, choose to remove that row. Finally, save the filtered datatable to the same variable as your input datatable. Essentially, you are filtering your input datatable.

2 Likes