When the Google Sheets node is set to delete 1 row, it is deleting many more, up to 1000 if they are there. I have both the clear sheet node and delete node set to only run once, but this continues to happen. I’m not entirely sure what the fix would be, it may be a bug.
The workflow is set to get the sheet row that matches the right credentials. It is only returning one row, but is still continuing to delete far more than that.
So as I understand after workflow there should be 2 rows removed from the document.
Please check “Executions” of the workflow in n8n instance and history of “Google Sheets” to check how many rows are removed per one execution of workflow.
The clear sheet node is for a different worksheet. It is for worksheet “Raw”, and the Delete Row node is for worksheet “Formatted”. It shows that only one row is deleted from what I am seeing.