I have a string field that contains embedded newlines in it. I ultimately want to include this field in an email being sent as part of the workflow. The embedded newlines are important to me and want them to be "seen" in the email. Without these newlines being seen the field looks like one big, nonsensical, run on sentence, hence the importance of these embedded newlines.
Is there a way that I can do this?
I don't want to split the existing field into new columns and then piece them back together in the Report Text tool if can avoid it in any way. I say this because there is no consistent number of embedded newlines. There could be 4 or 50 so I'm looking for a different solution.
Below is an example one of the fields:
Methods: Known to me Issue Type: General Issue: test only Sought: testing
And here is what it should look like with the "seen" embedded new lines:
Methods: Known to me
Issue Type:
General Issue: test only
Sought: testing
Not all fields will follow this pattern as the number of lines can vary significantly.