I'm building a text file via Nintex workflow and need to insert new line at various parts of the text file. I'm using {Common:NewLine} function to insert anew line and its seems to be appering fine when looking at the output text file by naked eye. This text file is being used by another system and it throwing an error that there's an extra carriage return in each new line. I used Notepad ++ to see the file and noticed that every place I used {Common:NewLine} function to insert a new line, Nintex is adding CR CR LF instead of CR LF. So it seems like this function is adding an extra carriage return.
Any thoughts?