How can I copy contact owners NAME to another property?
SOLVE
We use mailchimp for our email. I need to use piesync to push hubspot contacts into mailchimp with the contact owners name so that name will show up on reports. Contact owner isn't even a possible sync field for some reason. I tried creating a custom property and a workflow to copy contact owner into it, but it copies the owner's ID instead of the name. How do I get an owner's name into that field???
Instead of copying the values from the Contact owner property to a custom property, you could use if/then branches to set specific values for the target property. The setup is a little bit laborious but it should work:
If Contact owner is User 1, set value of new property to 'User 1'
If Contact owner is User 2, set value of new property to 'User 2'
If Contact owner is User 3, set value of new property to 'User 3'
etc.
Now, you're not copying the owner IDs, you're manually setting the values. Of course this is only feasible for a few owners, not for dozens. In that case you should reach out to PieSync support as @TitiCuisset has already pointed out.
Hope this helps!
Karsten Köhler HubSpot Freelancer | RevOps & CRM Consultant | Community Hall of Famer
How can I copy contact owners NAME to another property?
SOLVE
Another solution is to copy all the options to a multi-select property then to a text property - it will copy the Label instead of the internal value. You must copy the Label (Name) and Internal Value from the company property (do not copy from a different object type as the numbers are different). I find this to be more scalable for large teams though it does require upfront data entry and maintenance as you add employees.
The time between enrollment and completion will only be seconds – by this time the contact will be eligible for re-enrollment again. Unless you bulk edit thousands of contacts, this should not be a problem.
Best regards!
Karsten Köhler HubSpot Freelancer | RevOps & CRM Consultant | Community Hall of Famer
Contacts should re-enroll with the following settings. (Make sure to test this with one test contact in your portal before you unleash it on all contacts.) Previous removal from the workflow shouldn't be necessary since there are only a few workflow steps which will ususally be executed within a few seconds.
Best regards!
Karsten Köhler HubSpot Freelancer | RevOps & CRM Consultant | Community Hall of Famer
Instead of copying the values from the Contact owner property to a custom property, you could use if/then branches to set specific values for the target property. The setup is a little bit laborious but it should work:
If Contact owner is User 1, set value of new property to 'User 1'
If Contact owner is User 2, set value of new property to 'User 2'
If Contact owner is User 3, set value of new property to 'User 3'
etc.
Now, you're not copying the owner IDs, you're manually setting the values. Of course this is only feasible for a few owners, not for dozens. In that case you should reach out to PieSync support as @TitiCuisset has already pointed out.
Hope this helps!
Karsten Köhler HubSpot Freelancer | RevOps & CRM Consultant | Community Hall of Famer
I'd recommend reaching out to PieSync support regarding this as they were the ones who built this integration and will be better to explain why Contact Owner is not appearing as an option when you add a custom mapping, and/or if this is expected behaviour.
For your workflow, however, did you choose a "HubSpot user" type of field for your custom property?