I am looking to log information that goes on during the call, is there a way I can concatenate a string value to a variable?
To concatenate two strings, simply write them together:
${variable1}${variable2} or helloWorld${variable2}
Raman
You must be logged in to reply to this topic.