Hi,
I need to use more than one variable in the body section of outlook mail messages activity. When I used one variable it doesn’t pop out the error, but for more than one variable it through’s some syntax error. Can someone guide me on this problem.
Attaching the screenshot for your reference.
@ManojKumarV you can use it in one line ,To get a string to new line you can give system.environment.newline after each variable
eg:
“Case Number”+" "+ Casenumber+system.environment.newline+"User Name: "+Username
To use more than one variable in the body section of the “Send Outlook Mail Message” activity in UiPath, you can concatenate the variables together using the “+” operator. Here is an example: