← All workflows Scanners & pipelines 10 nodes · Schedule

Job Hunt Cleanup (Daily)

Nightly prunes 3 Airtable tables to keep the job-hunt base under the free-tier cap.

10
nodes
Schedule
trigger
3
services wired
What it does

I built this to run every night at 3am and keep an Airtable base under the free plan's record limit without any manual pruning. It fans out into three parallel branches: one trims a scan log down to its 30 newest rows, and two purge dismissed or 21-day-stale records from separate job-inbox tables, with each branch chunking its deletes into Airtable's 10-record-per-call batches and retrying on failure. The result is a base that stays lean indefinitely and never trips the free-tier ceiling.

Idempotent nightly cleanup, batched Airtable deletes

The workflow
Live interactive canvas · scroll to zoom, drag to pan

This is the real, sanitized export — credentials and any client data removed. Double-click any node to inspect it, or use the canvas's import link to drop the workflow straight into n8n.

Services
ScheduleHTTPCode