How to delete a row from data table

If possible can I have an example
@rifnanahas

1 Like

i think he want’s delete an entire row with multiple value
my workflow has something like this
ArrayofDatarow = outDataTable.Select(“[YourColumnName1]=‘yourrowvalue’”)
For each loop (System.Data.DataRow) and inside loop use InvokeMethod i’ve used to remove row

1 Like

Hi,

How can I delete the row with year of JobTerminationDate +3 < Current Year?
image

Attachment is the excel file.
Sample.xlsx (9.1 KB)

Regards,
Tan