Does anyone know if there is a Munction for concatenate?
I am bringing two values into the lead/person object and I wish to create a third field based on concatenating two fields together.
For example:
I have a URL
+
Hash value
and I want the output to be
"URL" + "?id=" + "Hash"
the URL and Hash are brought in and the "?id=" value is just a text string we will insert between the values.
The end value should be: www.website.com?id=12345
Any thoughts?
Don't need Munctions (which aren't available anymore) for this.
Just Change Data Value Field 3 = {{Lead.Field1}}?id={{Lead.Field2}}
Or you can use a formula field.
Sanford,
Thank you again and always for the quick response.
I'll give that a try and let you know how it works out.
All the best-
Michael