Feedback Workflow
If any one know how to split two variables with new line in a workflow variable. as shown in this picture.

0
-
Are you using 'Is Body Html' set to true or false?
If set to true, you'll need to use the <br> html tag for a newline character. If set to false, you can use Environment.newline as the newline character. Here is the string I have in the body for testing:String.Format("This is a test of a new line character here -> {0} using 'Is Body Html = False' And this is a test of a new line character here -> {1} using 'Is Body Html = True'",Environment.NewLine,"<br>")
Hope this helps!0 -
Really thank you Marshall. 0
Bitte melden Sie sich an, um einen Kommentar zu hinterlassen.
Kommentare
2 Kommentare