There is a problem when I try to upload the file to the system, the system gave an error because there is a blank row (but there is a value (row 12 and so on)) so the system show error
Is there any way to delete the row below the last package id (A11)?
First approach is to use query where
first clone the datatable using assign activity
where datatable = datatable.clone
in second assign
datatable = datatable.select(“columnname <> ‘’”).CopyToDataTable()