Is there any way to know which deal stage is contributing to deal lost. What is the ideal approach can we store last stage value in custom property and to know in reports which stage contributed to lost stage.
If you want this stored in a custom property, here's how I would do that:
Create a custom property with options for all of your deal stages
Create a deal based workflow that enrolls deals when they're closed lost
As the first action, use an AND/OR branch, then from the last stage before closed lost to the very first deal stage, check whether the "Date entered" property for each stage is known (one branch per date)
In each branch, use 'Edit record' to set the value of your custom property from step 1 accordingly
Or, spelled out, here's what the branch would do. Let's assume you have five deal stages:
Is the Date entered value for stage 5 known? If so, set "Last stage before closed lost" to 5
Is the Date entered value for stage 4 known? If so, set "Last stage before closed lost" to 4
etc
Since HubSpot evaluates branches from left to right, you're automatically making sure that the deal is going down the branch corresponding to the furthest stage it has achieved.
Best regards
Karsten Köhler HubSpot Freelancer | RevOps & CRM Consultant | Community Hall of Famer
If you want this stored in a custom property, here's how I would do that:
Create a custom property with options for all of your deal stages
Create a deal based workflow that enrolls deals when they're closed lost
As the first action, use an AND/OR branch, then from the last stage before closed lost to the very first deal stage, check whether the "Date entered" property for each stage is known (one branch per date)
In each branch, use 'Edit record' to set the value of your custom property from step 1 accordingly
Or, spelled out, here's what the branch would do. Let's assume you have five deal stages:
Is the Date entered value for stage 5 known? If so, set "Last stage before closed lost" to 5
Is the Date entered value for stage 4 known? If so, set "Last stage before closed lost" to 4
etc
Since HubSpot evaluates branches from left to right, you're automatically making sure that the deal is going down the branch corresponding to the furthest stage it has achieved.
Best regards
Karsten Köhler HubSpot Freelancer | RevOps & CRM Consultant | Community Hall of Famer