Munction for Concatenate | Community
Skip to main content
Level 3
March 7, 2017
Question

Munction for Concatenate

  • March 7, 2017
  • 1 reply
  • 2127 views

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?

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

1 reply

SanfordWhiteman
Level 10
March 7, 2017

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.

Level 3
March 7, 2017

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