Hello,
Is it possible to use workflow to auto-popupate contact property with dynamic values? Eg: if a contact is created without email and known phone number, I will try to set email value as phonenumber@something.com
Thanks.
Hello,
Is it possible to use workflow to auto-popupate contact property with dynamic values? Eg: if a contact is created without email and known phone number, I will try to set email value as phonenumber@something.com
Thanks.
Hey @TuHoang
You could do something like the following:
You can then do the same for phone number. I would recommend doing the same if/then statement for a phone number on both branches of the Yes/No. But do keep in mind email is a unique field in HubSpot, I don’t believe your account will let you have multiple contacts with the same email address. What you could instead do is, create a custom property “Email unknown” and set that to “Yes” if you don’t know the email so you can then later alter that.
Hope this makes sense, if you have other questions let me know!
Hi Bryan,
Thanks for your reply. I know how to setup trigger or conditional things. My question is how to make the value of “phonenumber@something.com” dynamically, not a static text.
Ah I understand. I don’t think this is something you could do with the native tools within HubSpot. You could potentially handle this via the Contacts API.
>>“… I know how to setup trigger or conditional things. My question is how to make the value of “phonenumber@something.com” dynamically, not a static text.”
This is not built-in HubSpot workflow functionality for setting contact property values. However, tools like Zapier are able to combine HubSpot property values dynamically.
That being said, Zapier will probably want/need a unique record identifier (e.g., {{contact.email}}), so … may not work.
Finally, you can solve for your EXISTING contacts by: 1) performing an export; 2) setting email address to a unique dummy value based on the unique hidden HubSpot property ‘Contact ID’; updating via import using the Contact ID. However, this will not solve for future records.
Hope that helps.
Thank you for your input. Hope we will have such features soon. Using workflow to set dynamic property values will make Hubspot even more extremely powerful automation tool.