Munction for Concatenate
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?