Hello, thanks for the great spirit.
I intend to use a unique ID functionality with combined characters (string + Numeric) to form the unique ID, i.e. Surname-Age-Location-Phone#-Firstname. These are variables in different groups of the form. I have tried using this code Concat(${Surname}, ‘-’, ${Age}, ‘-’, ${Location}, ‘-’, ${Phone#}, ‘-’, ${Firstname}) under the calculate function, but seems not working. What am I not doing right? Thanks in advance.
Suuna