Custom Textbox - Text Formatting

Hi,
Has anyone run into an issue where you have a custom textbox (multi-line) and the text you bring in comes in without any formatting. The situation I have is that I am pulling text from one table into another but the carriage returns are completely ignored and it appears to be one long run on sentence.

Example: Original Field (correct formatting)
image

Example: Same text but being pulled into another screen
image

It’s probably a line end difference.
CR vs LF vs CRLF

Experiment with substituting the line ends in the source. To know what what the multi-line text box wants, manually type into it (adding a few line breaks), then copy all the contents and view the clipboard with a clipboard viewer.

See:

And an even better topic

Thanks for the suggestions! I check these out and see if I can get this to work for me.