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 conc...
- 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"