Pipeline Metrics
Use “Pipeline Metrics” in Recued. Computes weekly pipeline metrics across all open deals.
How it works
Inspect the data fetches, transforms, gates, and output this recipe runs.
Data fetch
deals
?
▼
Process (15 steps)
open_deals
filter
Filter by condition
primary_deals
filter
Filter by condition
skip: config.include_all_pipelines equal true
active_deals
coalesce
Use the first available value from: primary deals, open deals
total_deals
count
Count items in active deals
total_pipeline
reduce
Reduce with sum
weighted_deals
map
Extract from each item
weighted_pipeline
reduce
Reduce with sum
deals_with_days
map
Extract properties.closedate from each item
week_future
filter
Filter by condition
week_candidates
filter
Filter by condition
closing_this_week
count
Count items in week candidates
month_future
filter
Filter by condition
month_candidates
filter
Filter by condition
closing_this_month
count
Count items in month candidates
metrics
to_summary
Format results as a summary card
Settings
Configurable at install. Defaults shown — change them anytime in Recued.
hubspot
setting
=
include all pipelines
toggle
=
on