Hi all,
I’ve created a custom object representing the various ‘product features’ we sell to our customers.
Our sales reps log meetings on the company (which represents the buyer’s account) and associates them with the relevant ‘product feature’ objects they discussed. These meetings have custom outcomes such as ‘Progressing,’ ‘Delayed,’ etc.
Each custom object has a property to store the date when a meeting with a specific outcome occurred—for example, the date a rep met with a customer about a specific feature and tagged it as ‘Progressing.’
To populate this property automatically (without requiring reps to enter it manually), I set up a workflow triggered when the ‘product feature’ object enters a list that filters for meetings with a specific outcome. Since HubSpot doesn’t allow re-enrollment based on associated objects, this was my workaround.
The issue is that the workflow captures the date the meeting was logged, not the date the meeting actually occurred. If a sales rep logs all their meetings on a Friday, the workflow fills the date property with Friday’s date—even if the meeting actually took place on Monday.
Is there a way to fill a property with the actual meeting date rather than the logged date? I noticed that call-based workflows now exist, but I haven’t seen anything similar for meetings in the beta features.
Thanks!