Skip to main content
Once a query returns results, you can act on the whole set at once instead of opening records one by one.

What you can do in bulk

You can also delete records in bulk.
Bulk actions apply to every record the query returned, not just the ones visible on screen. Double-check your query before running one—and be especially careful with delete, which can’t be undone.
This pairs perfectly with segments: query “gave last year but not this year,” then add everyone to a “Win-back” email list in a single step.