Skip to Content

Delete Row

Delete Row removes the current row from the table.


What it does

  • Deletes the row it runs on
  • Usually wired to Auto-run behind a condition, so it only fires on rows that fail a check — a bad email, a wrong country, a missing field
  • Not typically run column-wide on its own; it is a cleanup step at the end of a filtered chain

How to use it

  1. Click Add Action and search “Delete Row”
  2. Set the trigger column and condition it should fire on
  3. Turn on Auto-run

Deleting a row is not reversible. Test the trigger condition on a few rows manually before turning on Auto-run.


Where to next

  • Dedupe — remove duplicate rows without a manual condition
  • Auto-run — trigger columns automatically