darshthakkar
4 years agoValued Contributor
Concatenate strings in Mapper snap
I want to utilize the functionality of mapper snap to prefix my value with a static string, then concatenate with other variables and again concatenate with a static string.
I’m able to do the concatenation part however I cannot prefix the string. Any suggestions please?
Thanking you in advance for your time.
If your column is of number type than yes, it won’t work. You’ll have to try something like this:
"00"+$ID.toString()+"00"