Microsoft 365 Delete Rows error

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.

The image shows a runtime execution error in UiPath indicating that deleting rows cannot proceed because it would move cells in a table on the worksheet. (Captioned by AI)

@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 :slightly_smiling_face: