I have some strings in email template, separated by Newlines:
Depending on a condition, Text2 could be added between:
To achieve this, I add [#UsrText2#] custom macros field of type string:
But I can't can't make [#UsrText2#] contain NewLine. So result is:
Email is sent with business process automatically.
How could I add a Newline? Neither Environment.NewLine nor \r\n, \n work.
Text1 and Text3 could also be dependent on conditions, so I don't want multiple templates for different combination of conditions.