Re: Formatted Slack messages don't respect multiline

In the picture above, I am looping through a list, (#1) creating a slack formatted string and then (#2) adding that string to an array. Then, in #3, I am creating the Slack message. Notice I have a prefix that acts as a header, but it then uses a join() expression to join all Items in the array using the "\n" newline character.
The problem is the "\n" are being rendered like this... notice the "\n" right after the time & before the "-" in the middle of the string:
