APIs & Integrations

jamjud34
メンバー

Append to a contact property?

解決

I would like to append to a contact’s property vs overwriting it. How can this be done? I’d rather not make a separate api call to get the contact’s current property value only to turn around and make another api call to update it with data I compose locally. Any suggestions would be helpful.

Thank you

1件の承認済みベストアンサー
Derek_Gervais
解決策
元HubSpot社員
元HubSpot社員

Append to a contact property?

解決

Hi @jamjud34,

It’s not currently possible to append a value or option to a property on a contact record. We do keep a record of any previous values, and those historical values can be used in lists and workflows, but if you need to append and keep the current values, you’d need to pull the existing value, append your new value, then update the contact with the full updated list of values.

元の投稿で解決策を見る

0 いいね!
11件の返信
Patrick_Saab
投稿者

Append to a contact property?

解決

Hey there, is there any update regarding this issue?

0 いいね!
JPatel4
投稿者 | Platinum Partner
投稿者 | Platinum Partner

Append to a contact property?

解決

@Derek_Gervais @samlucas 

Do we have an update for this in 2022?

tommitchell
投稿者

Append to a contact property?

解決

I'd like to know this as well please.

samlucas
HubSpot製品開発チーム
HubSpot製品開発チーム

Append to a contact property?

解決

Hey @Melly2022 ,
  Sorry about the delay in this, I never got an alert on your first reply back.  At this time, we don't have a way to set this up for a form submission by default, this will overwrite any previous property values.  Derek mentioned before a known workaround for this, utilizing the property history to gain access to the current values, add in the new values and then update the contact with the full list of values.

 

0 いいね!
Melly2022
キーアドバイザー

Append to a contact property?

解決

Still looking for a solution to solve this issue..

samlucas
HubSpot製品開発チーム
HubSpot製品開発チーム

Append to a contact property?

解決

Hey All!

Samantha here from HubSpot support.  When you are making the API call to append more values to a property, in order to not have to retype everything you would want the value section to start with a

;

and then the next desired value.

example:

;chocolate

I hope this helps!

Melly2022
キーアドバイザー

Append to a contact property?

解決

Hi @samlucas  how would this work in the scenario i posted above when someone submits a new form - how can i ensure that it appends that property and not completely replace?

Melly2022
キーアドバイザー

Append to a contact property?

解決

This is absoloutly a huge issue for us!  we have many products and product lines and when a customer submits a new form it overrides the data that is there and pushes the current to the history which is not searchable when building lists and makes it very hard for targeted marketing!

 

Being able to select if we want to append the property OR update the property in a workfow for example would be fantastic!  I know I have seen apend somewhere I dont recall where though.

Derek_Gervais
解決策
元HubSpot社員
元HubSpot社員

Append to a contact property?

解決

Hi @jamjud34,

It’s not currently possible to append a value or option to a property on a contact record. We do keep a record of any previous values, and those historical values can be used in lists and workflows, but if you need to append and keep the current values, you’d need to pull the existing value, append your new value, then update the contact with the full updated list of values.

0 いいね!
NDiCello
参加者

Append to a contact property?

解決

What about with Operations Hub? How can you append a value with ops hub

0 いいね!
AShaikh8
メンバー

Append to a contact property?

解決

Can you please let me know how do i pull the existing values and append new values in curl and php.

0 いいね!