Forum Discussion

darshthakkar's avatar
darshthakkar
Valued Contributor
4 years ago
Solved

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 conc...
  • bojanvelevski's avatar
    bojanvelevski
    4 years ago

    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"