I’m using the activity delete range to delete existing data on a tab that I’m pasting new data to. Everytime I run the automation, it deletes my headers as well even though my headers are on row 2 and I’m deleting data starting at row 3. I’m sure it’s something simple, but I’m not sure how to fix this problem.
I ran it in debug mode. When there is data in the worksheet, the column headers are fine, but if there’s no data, then the column headers are deleted. Would I need to incorporate an if workflow?
I understand what is happening now. The delete range is using the row count. Since row count is only 2, it’s deleting A3:BI2. For simplification, can I just add 2 to delete range?