APIs & Integrations

Rushin
Member

Want to append new data to the existing record

SOLVE

hello, my requirement is that - for a contact(Bryan Cooper). I want different custom properties (like Package, Status, Sessions Remaining, Amount) whose values can be append eventually.

 

 

So for Bryan Cooper -> if initially record properties are Livefit, InUse, 1, 230 and later I decides to append new data like Livefit2, NotInUse, 2 , 231, how can I do so?

0 Upvotes
1 Accepted solution
Jaycee_Lewis
Solution
Community Manager
Community Manager

Want to append new data to the existing record

SOLVE

Hey, @Rushin 👋 Thanks for reaching out. In this case, you'll either need to use a multi-checkbox property type, which allows for appending, or use a method similar to this NodeJS example provided by a community champion — append info instead of overwriting. Thanks, @Teun 🙌

 

Additionally, this comment from the Product team confirms this is not an option. Here is an Ideas thread with a similar request marked as Not Currently Planned.

 

Best,

Jaycee

linkedin

Jaycee Lewis

Developer Community Manager

Community | HubSpot

View solution in original post

0 Upvotes
1 Reply 1
Jaycee_Lewis
Solution
Community Manager
Community Manager

Want to append new data to the existing record

SOLVE

Hey, @Rushin 👋 Thanks for reaching out. In this case, you'll either need to use a multi-checkbox property type, which allows for appending, or use a method similar to this NodeJS example provided by a community champion — append info instead of overwriting. Thanks, @Teun 🙌

 

Additionally, this comment from the Product team confirms this is not an option. Here is an Ideas thread with a similar request marked as Not Currently Planned.

 

Best,

Jaycee

linkedin

Jaycee Lewis

Developer Community Manager

Community | HubSpot

0 Upvotes