Zapier Delete Row Action

Am I correct in understanding that there is no delete row action in the Coda Zapier integration? If so, can we get one? This is one of the last missing pieces for me to integrate my full timesheet system into Coda for my studio.

What you can do meanwhile is:

  1. Add a boolean (checkbox) column Is deleted.
  2. Add an automation that would listen on changes to that column and delete these rows.
  3. Set up Zapier to set that flag to true when deletion is required.
1 Like

That’s a great idea - I’d gone halfway there and just had it null out the values in my rows, but your extra step will allow me to cull the data too.

Thanks!