Can you please share the code the what exactly you're trying to concatenate?
You might not even need custom code, by the way.
Let's assume your existing contact property is the record ID and you want to prepend the line of text "ID-", so that a result would look like this: ID-132435
If so, you could simply use the "Set property value" action in your workflow. It accepts personalization tokens and text.
Hope this helps!
Karsten Köhler HubSpot Freelancer | RevOps & CRM Consultant | Community Hall of Famer
Can you please share the code the what exactly you're trying to concatenate?
You might not even need custom code, by the way.
Let's assume your existing contact property is the record ID and you want to prepend the line of text "ID-", so that a result would look like this: ID-132435
If so, you could simply use the "Set property value" action in your workflow. It accepts personalization tokens and text.
Hope this helps!
Karsten Köhler HubSpot Freelancer | RevOps & CRM Consultant | Community Hall of Famer
I'm trying to create custom workflow action. I need to send internal_nameof a selected input property "propertyName". I'm attaching the payload that I'm sending via postman. Can anyone please guide me here how I can send those data to the endpoint. It send the value but i need the internal name or the property name. Thanks in advance.