Skip to content
Recued
Menu
← Back to recipes

Stage Duration Analyzer

by recued-core v1

Compares current deal stage duration against historical averages to flag delays.

How it works 11 steps

Inspect the data fetches, transforms, gates, and output this recipe runs.

Data fetch
current_deal ?
historical_deals ?
Process (9 steps)
days_in_current_stage date_diff
Calculate days between current deal result properties stage entered date and now
won_deals filter
Filter by condition
stage_won_deals filter
Filter by condition
guard_no_history guard
Stop if stage won deals is empty
stage_avg_days reduce
Reduce with avg
guard_zero_avg guard
Stop if stage avg days equals
deviation_pct math
Calculate: ({{step.days_in_current_stage}} - {{step.stage_avg_days}}) / {{step.stage_avg_days}} * 100
stage_summary to_summary
Format results as a summary card
stage_checklist to_checklist
Format results as an actionable checklist
Settings 3 configurable

Configurable at install. Defaults shown — change them anytime in Recued.

hubspot setting =
high deviation pct number = 50
historical window days number = 180

Trust & control

What installing this recipe would let it do. Recued grants these permissions at install — review them there before approving.

Where it runs

Device + server Runs on your device (browser) or your server.

About

Tags

hubspot dealhubspotstage-durationpipeline-health

Details

11 steps 3 configurable settings recipe_id: analyze-deal-stage-duration-hubspot