How to Perform a Line Break in an Assign or Type Text in OpenRPA?

Hello everyone,

I’m working on a workflow in OpenRPA and facing a minor challenge when trying to perform a line break in an Assign or Type Text. When using line spaces in the Assign, everything seems fine, but when applied to “New MailItem,” the resulting text appears in a single line instead of respecting the line breaks.

Could someone guide me on the best way to achieve a line break in these cases? Are there specific functions or methods that I might be overlooking?

I appreciate any help you can provide. Thank you!

image

Normarly newline is added using VbCrLf … so

"Line one" & VbCrLf & "Line two"

I dont think its needed, but an altertive could be to use the html body instad and use
intead of newline

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.