Hi,
I use String.Join(Environment.NewLine,MyVariable) to separate data in new line. it works when I test using Write Line.
unfortunately, when i call the variable in body email, my data shows in one single line
I need the data in separate line as well. Can someone help me?
Many thanks.