Building n8n workflows?Run the six failure tests →

Automation that keeps running, not just working.

I build n8n automations and data systems for businesses. Reliable workflows, clean data, and results you can trust.

Built for real operations Focused on accuracy that lasts
Workflow
Runs
No Errors
Shown
Wrong
Result

Success Correctness

Workflows can succeed and still be wrong.

Six things that broke in real workflows

None of these workflows failed because n8n was broken. They failed because the workflow made an assumption that normal testing did not expose.

  1. 1Truncated URLs.co.za became .co
  2. 2Wrongly qualifiedNot a clothing shop
  3. 3Row limit hitFailed at 67 rows
  4. 4Wrong contactFrom another company
  5. 5Timed out50 sites, no order
  6. 6Zero revenueReport was wrong
Read the full failure log
01Every store came back as "not a real shop", including ones I could open in a browser

Cause: the address parser stopped earlyIt read a web address up to the first ".co" it found, so a South African shop at dunns.co.za was being read as "dunns.co", which does not exist. Everything after that failed for the wrong reason, and the real problem, that my search was returning South African results instead of American ones, stayed invisible. Reading the whole address first, then filtering by country, made the actual problem obvious in one run.

02A coffee roaster passed a filter designed to find clothing shops

Cause: the test asked the wrong questionIt looked for a few clothing words anywhere in a catalogue. A roaster selling three branded t-shirts cleared that easily, and so did a gift shop selling cotton napkins. Counting product by product and requiring most of the catalogue to be clothing fixed it. The lesson generalises: a check that scans for the presence of something will always be looser than a check that measures how much.

03A workflow that ran fine for weeks started being refused by the spreadsheet

Cause: one step was running once per rowIt was reading the same sheet once for every incoming item. At fifteen rows nobody noticed. At sixty-seven it exceeded the allowed requests per minute and stopped. The fix was one setting, but the useful part was recognising the shape: a failure that arrives with growth rather than with a change, and would have returned at a hundred rows if I had only cleared the error.

04Contact details were being collected from the wrong company

Cause: nothing checked whether the result made senseThe collector took the first plausible looking address it found on a page. Sometimes that was placeholder text left in a template. Sometimes it was a phone number and an address run together. Once it belonged to an entirely different business. Adding a validation step that rejects placeholders outright, and flags anything sitting on a domain that does not match the site it came from, turned silent bad data into a visible note I could act on.

05Checking fifty sites in one run timed out before finishing

Cause: expensive work happening before cheap workEvery site was getting a second request to check its trading currency, including the great majority that had already failed on price or size. Moving that request so it only runs on sites that passed everything else cut the outbound calls by roughly ninety percent, with no change to the result. Ordering checks from cheapest to most expensive is free performance, and it is almost always available.

06A report showed a total of zero against data that clearly had sales in it

Cause: numbers that were not numbers, and dates read backwardsQuantities had arrived as text, and dates in day-month-year order were being read as month-day-year, so most rows fell outside the reporting week. Neither threw an error. Both produced a confident, wrong answer. Every reporting engine I build now opens with a data quality check that runs before anything is calculated, because output that looks finished is more dangerous than output that fails.

The n8n Failure Log, Volume 1 cover

Test your workflow against these failures

The six failures above are free to read. The n8n Failure Log, Volume 1 turns them into six reproducible tests you can run against your own workflow before handing it to a client.

66 real workflow
failure breakdowns
DB6 deliberately
difficult datasets
18Failure-First
Handover Check
PDF18-page PDF
field guide
$29
one-time
Get the Failure Log →

Secure checkout on Gumroad
One-time purchase  •  Instant download

Need the workflow built instead?

I design and build n8n automations and data systems that just work.

Lead generation pipelines

Find, enrich and track qualified leads.

Data cleanup & reporting

Turn messy data into clean, reliable reports.

Integrations & automations

Connect apps and automate manual work.

See work sample →

Have an automation idea or a messy process?

Tell me what you want automated and what it costs you manually.

hello@valerynova.com
Cape Town, South Africa
Let's discuss your workflow →