Re: Splitting Text with "New Line" Delimiter
I've come across this before, do me a favour, in a vacuum setting, just set up a "Launch a browser instance" (whichever you use) and have it attach to the window in which you want to write your text into, now just use a "Populate text field on webpage" with emulated typing and write this into the box:
Some issues were spotted in the ticket:
<BR>
<BR>
Some Note
(<BR> is an HTML tag for a Single Line Break, i.e. new line)
See if that creates two new lines for you, if it does, proceed with the following:
Instead of splitting your text, just use a Replace text,
In your Replace text, create it as in the image below, replace %NewVar% with the variable containing all the text from the cell:

(If it does not work first time try \r as suggested if it is indeed carriage returns)