CRM

Udhayan
Member

How to copy a contact property field to another similar property field ?

SOLVE

Hi Team!

Is there a way to copy one property field to another one for contacts in bulk?

Imagine there are two fields:
Field A  is a drop-down list with values like : 0 - 500 | 500 - 1500 | 1500 - 5000
Field B is a Single line input field ( that has values as mentioned above)

Is there a way to merge them together so that we can use them for reporting instead of having two fields (We had to create Field B for Linkedin Lead forms)!

Thanks!



0 Upvotes
2 Accepted solutions
karstenkoehler
Solution
Hall of Famer | Partner
Hall of Famer | Partner

How to copy a contact property field to another similar property field ?

SOLVE

Hi @Udhayan,

 

Yes, this can be achieved with a simple contact-based workflow like the one I drafted below:

 

karstenkoehler_0-1620800168671.png

 

If you want to override the value in the target property no matter what, you would remove "Single-line text is unknown" from your enrollment criteria. If you only want to overwrite the target value when it's unknown, you'd keep it.

 

As always, I'd recommend testing this workflow (by adding an additional enrollment trigger, "Email is any of [your email address") before unleashing it on your whole database.

 

Hope this helps!

 

Karsten Köhler
HubSpot Freelancer | RevOps & CRM Consultant | Community Hall of Famer

Beratungstermin mit Karsten vereinbaren

 

Did my post help answer your query? Help the community by marking it as a solution.

View solution in original post

0 Upvotes
karstenkoehler
Solution
Hall of Famer | Partner
Hall of Famer | Partner

How to copy a contact property field to another similar property field ?

SOLVE

Hi @Udhayan,

 

This is not possible, that "direction" is not supported. If you wanted to copy information in that direction, you'd have to work with if/then branches.

 

If single-line text property is exactly A, then set value of drop-down property to A.

If single-line text property is exactly B, then set value of drop-down property to B.

If single-line text property is exactly C, then set value of drop-down property to C.

 

Instead of copying, you would read the source property and manually set each value of the target property.

 

Best regards!

Karsten Köhler
HubSpot Freelancer | RevOps & CRM Consultant | Community Hall of Famer

Beratungstermin mit Karsten vereinbaren

 

Did my post help answer your query? Help the community by marking it as a solution.

View solution in original post

7 Replies 7
GrowthArchitect
Contributor | Gold Partner
Contributor | Gold Partner

How to copy a contact property field to another similar property field ?

SOLVE

Solution to add text values to dropdowns - You will need to export a list of the contacts that require the field updating from the text value to the dropdown, copy the value over to the dropdown in the exported CSV, and reimport them into HubSpot, this will add the value to the dropdown. 

0 Upvotes
GrowthArchitect
Contributor | Gold Partner
Contributor | Gold Partner

How to copy a contact property field to another similar property field ?

SOLVE

Solution - you can export the contacts, copy the text fields to the dropdown fields in the CSV, then reimport the contact, this will update the dropdown values. 

0 Upvotes
Doug_Kramer
Contributor

How to copy a contact property field to another similar property field ?

SOLVE

Great question. I don't think it is possible to copy from (Single Line Text) ---> to (Drop-Down Select) because HubSpot doesn't know what to do if the Single Line Text option isn't one of the Drop-Down options.

 

I also noticed that when I copy from (Drop-Down Select) ---> to (Single Line Text) for some reason it copies the Internal Value rather than the label. Ex: When I copy Company Industry (Drop-Down Select) --> to Contact Industry (Single Line Text), it will list the Contact Industry as "LAW_PRACTICE" instead of "Law Practice"

0 Upvotes
karstenkoehler
Solution
Hall of Famer | Partner
Hall of Famer | Partner

How to copy a contact property field to another similar property field ?

SOLVE

Hi @Udhayan,

 

This is not possible, that "direction" is not supported. If you wanted to copy information in that direction, you'd have to work with if/then branches.

 

If single-line text property is exactly A, then set value of drop-down property to A.

If single-line text property is exactly B, then set value of drop-down property to B.

If single-line text property is exactly C, then set value of drop-down property to C.

 

Instead of copying, you would read the source property and manually set each value of the target property.

 

Best regards!

Karsten Köhler
HubSpot Freelancer | RevOps & CRM Consultant | Community Hall of Famer

Beratungstermin mit Karsten vereinbaren

 

Did my post help answer your query? Help the community by marking it as a solution.

Udhayan
Member

How to copy a contact property field to another similar property field ?

SOLVE

Awesome! Thank you so much for the explanation, Karsten!

That was indeed helpful.

karstenkoehler
Solution
Hall of Famer | Partner
Hall of Famer | Partner

How to copy a contact property field to another similar property field ?

SOLVE

Hi @Udhayan,

 

Yes, this can be achieved with a simple contact-based workflow like the one I drafted below:

 

karstenkoehler_0-1620800168671.png

 

If you want to override the value in the target property no matter what, you would remove "Single-line text is unknown" from your enrollment criteria. If you only want to overwrite the target value when it's unknown, you'd keep it.

 

As always, I'd recommend testing this workflow (by adding an additional enrollment trigger, "Email is any of [your email address") before unleashing it on your whole database.

 

Hope this helps!

 

Karsten Köhler
HubSpot Freelancer | RevOps & CRM Consultant | Community Hall of Famer

Beratungstermin mit Karsten vereinbaren

 

Did my post help answer your query? Help the community by marking it as a solution.

0 Upvotes
Udhayan
Member

How to copy a contact property field to another similar property field ?

SOLVE

Hi Karsten!

Thanks for the solution!
Is it not possible to copy values from Field B(Single line text) -> FIeld A(Drop down list) ?


0 Upvotes