Delete row action clearing instead of deleting?

Hi,

Using google sheet as a data source. I have a custom action with delete row as an action. When triggered the rows in the sheets are cleared but not deleted. The result is blank rows in google sheet in between rows of data. Is this expected behaviour?

There is a protected column in this sheet - don’t know if this interacts as I haven’t had a chance to test but may be relevant

Thanks for any insight :smiley:

This is how Google Sheets API defines deleting a row – it clears the row.

2 Likes

If the blank rows are an issue, then the solution is to use something external - Integromat/Zapier/Apps Script - to periodically clean them up.

3 Likes

Thanks both of you. I’ll probably do what was suggested and schedule a trash collector of some type or modify the action to let integromat know to delete that row. :+1:t3:

1 Like

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.