Stage Duration Analyzer
Compares current deal stage duration against historical averages to flag delays.
How it works
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
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.