Hello,
I need to get a NEW LINE into the Activity “UiPath.MicrosoftOffice365.Activities.Mail.SendMailConnections” Body but the new line is not inserted.
In the Body is something like: “Good day” + Environment.NewLine + recipientName(variable) + Environment.NewLine + “the request has been registered.”
I tried:
Environment.NewLine
vbNewLine
vbCrLf
break tag < br >–> somehow when I use this one, it works when starting the Robot manually but then when I run it thru Orchestrator, the break tag is being removed(?!) from the project.