Join strings with a new line character separator
Comments
-

I am just trying to separate these strings with a new line character but when I type "
" it just used the literal string rather than using new lines -
Hello Cameron
There is a step called Join Strings with Special Character that you can set the separator to a constant and choose new line.


-
works great, just what I needed