Format A Message With Carriage Return
How do I insert a carriage return into message text?
I am using Pega Robot Studio version 19.1.91 trying to format message text with carriage returns. The stringUtils MessageDialog message text includes the \n to indicate where the new line should begin. However, the message text displays the \n in plain text rather than interpreting it as a line break. I have also tried using the string.Format with the same result. I do not see where I can access the System.Environment.NewLine to generate the line break.