how to concatenate 2 variables values?

I have requirement to to concatenate 2 variable value.as of now i am doing using javascript.is any another way to do this?

Solved Solved
0 1 1,244
1 ACCEPTED SOLUTION

@Veerendra Deshpande, JavaScript is currently the preferred way to concatenate variables into another variable. The AssignVariable feature of AssignMessage (which is another method for assigning variables) does not support the curly braces variable access that you can use with AssignMessage payloads, for example.

View solution in original post

1 REPLY 1

@Veerendra Deshpande, JavaScript is currently the preferred way to concatenate variables into another variable. The AssignVariable feature of AssignMessage (which is another method for assigning variables) does not support the curly braces variable access that you can use with AssignMessage payloads, for example.