the excel connector has function to DELETE a row. this is very problematic because it removes the row from the table. For instance, if you wanted to remove the data from all rows in the table, you could:
- Get all rows in the table
- Add an 'Apply to each'
- Add action to Delete Row
unfortunately, doing the above corrupts your excel file because it DELETES all the rows in the table, and tables must have at least 1 row of data.