How to efficiently create a field that auto populates with a numerical value range, based on the variables a customer chooses.
Details:
Customer fills out a HubSpot form to receive an email with a recovered profit estimate. This HubSpot form has 3 required drop down fields for the customer:
Capacity – 3 drop down options to choose from
Cost Per Unit – 5 drop down options to choose from
Production Downtime – 4 drop down options to choose from
Based on these inputs, we would like to send the customer an email like this:
“Thank you for using our recovered profit quiz to estimate the business costs you can recoup. Based on your responses, you are looking to eliminate “Personalization Token – Production Downtime” of your production downtime and achieve a “Personalization Token – Ideal Capacity” ideal yearly capacity of .
With XXX software to help you simplify overtime, order prioritization, and due date negotiations you can achieve a yearly recovered profit between “Personalization Token – Recovered Profit”.
The “Personalization Token – Recovered Profit” is what I need help creating. How can I do this without creating multiple emails, workflows, or processes? As you can imagine, there are at least 60 different types of combinations that can occur based on the number of drop down options.
Yup building all those branches would be **bleep** ahahah.
Assuming that each option in those 3 properties have different levels I would go for a simple scoring property as you can see below and select the ranges that would make more sense for the end result, than you just need to make a workflow saying [IF Score between X-Y set Recovered Profit as Z] and send the email.
Thank you for the suggestion of a simple scoring property! It would make things so much easier. You’re correct in assuming that each of these 3 properties have different levels. The only issue I start to run into is that final scores for different combinations start ending up being same. How would you solve for this?
All I can see as a solution would be to manually assign each outcome as a score . Then from there create the if/then workflows. That’s still a lot of back end work though to populate the recoevered profit field.