← LibraryBuilder · B13
Follow-up-cadence tracker (low-code -> full-code rung)
Build-along · ~15 min at your own keyboard
Where a business app starts wanting real logic — the rung tilts toward full-code. It reads your leads/contacts sheet, computes days-since-last-touch, and flags who's due. This chains the sheet-pipeline pattern from B11 and previews B12's cron without requiring a deploy: ship the logic first, scheduling is optional stretch. The value is that no lead goes cold because you forgot which day they were on.
Do this
0/4Share what happened
Paste your cadence rule, one run's flagged list (names trimmed), and the threshold guard.