I’m trying to create a custom version of Hubspot’s Lead Score system where a lead can continue to have their score improve if they close multiple deals.
Specifically, whenever a deal obtains the “Closed Won” deal stage, increase all associated contacts’ custom property by one.
I have created a “number” custom property that I use to track the custom score. I don’t use a “score” property since with that, a single criterion can only increase the score once.
When I create a contact-based workflow, I can’t use re-enrollment based on a deal closing as the trigger. When I create a deal-based workflow, I can’t use the “Increase or decrease property value” action on associated contacts.
Does anyone know of a way to accomplish this?