A new lead submits the form. The workflow should validate, save to CRM, notify the team, and confirm by email. Here, it fails in several ways.
Manual lead handling creates missed leads, duplicate records, silent failures, and no clear audit trail.
Try submitting an invalid email (e.g. "jane@") or the same lead twice.
| # | Name | Company | Status | |
|---|---|---|---|---|
| No leads saved yet. | ||||
Note: rows may be saved incorrectly, duplicated, or skipped — there is no validation or duplicate check.
The notification step fails silently — no error is surfaced to the user.
Confirmation email is never triggered in the broken workflow.
Raw signals a developer would see while debugging this broken automation.
Submit a lead to capture developer evidence…