Hi,
Is there a way to automatically create a field (using potentially custom code) from a URL string & an existing field?
Eg: we have specific ID for our contact (CONT_ID) which are created automatically from an integration. What I’d like to do is to create a new field with URL STRING + CONT_ID.
Is it possible?
Hi @MSaurat,
Yes, this can be achieved with calculation fields: Create calculation and rollup properties
When you choose the custom equation option for a calculation property, you get to access a concatenate function and can simply concatenate a static part of the URL with a personalization token for the CONT_ID.
Best regards!
Oh that’s perfect thank you @karstenkoehler !