Let's say the weblink is of the format www.(custom_field_value).com. You can use the Concat formula to achieve this.
Formula used: concat( 'www.', concat( {{Lead.cf_custom_field}} ,'.com') )
I’d like to create a custom field that accepts unique values. Based on the unique value, a unique web link should be generated for all records. How can this be implemented?
Let's say the weblink is of the format www.(custom_field_value).com. You can use the Concat formula to achieve this.
Formula used: concat( 'www.', concat( {{Lead.cf_custom_field}} ,'.com') )