Delete empty rows in google sheet from appsheet automation

Hi all, I am using google sheet as database. Have set up automation that delete a row when qty of this row is 0. Automation works fine, but if go back to google sheet, still can see that empty row in the middle of other rows. Is it possible to delete this empty row from appsheet automations? 

0 2 75
2 REPLIES 2

from appsheet, you can't beacuse the blank row is not recognized in appsheet as it misses the ID/ Key column value

Another workaround is to write a google apps script that deletes empty rows, and "call a script"in the automation that will delete these empty rows.

Thanks, good point! I will try this way.

Top Labels in this Space