What might be causing this error in Delete Rows activity? My aim is to leave the title row and delete everything under it… The datatable does not have cleared or empty rows. Row count is 11 (+title row).
in_rows == “2-12”
Delete Rows: This won’t work because it would move cells in a table on your worksheet.
@ext-o,
It seems your excel file have a table from which you are trying to delete rows.
For this pass table name in property.
Thanks, Ashok