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
- Click Add Action and search “Delete Row”
- Set the trigger column and condition it should fire on
- Turn on Auto-run
Deleting a row is not reversible. Test the trigger condition on a few rows manually before turning on Auto-run.