Perri
(Perri)
October 14, 2022, 5:04am
1
Hi friends.
I have changed from"sent outlook mail message" to “smtp” activity . Currently, facing a problem that my body of the mail cannot go to new line. Please assist.
Current output
expected to have two sentences
Caught exception …
Caught exception…
Perri:
wo sentences
@Perri
you can enable HTML in property panel and give 2 para tags
eg:
“
Caught exception: “+exception.message+”
Caught inner try catch”+exception.message+“
”
also
enable the below property
Gokul001
(Gokul Balaji)
October 14, 2022, 5:09am
5
Hi @Perri
You can try with VbnewLine
"Caught exception:" +exception.message+vbNewLine+"Caught exception:" +exception.message
Regards
Gokul
@Perri
please find the sample