Line break in Conversations
I am trying to return a table like from the formatter in a Webhook to a Message block, all in a big string, but I cannot start a new line. I've tried with "\n" which produces "\\\\n" and newLine = hexToText("0A") which produces "\\n", making my message impossible to read to our clients.
How can I do a line break? What is the code for that?
I can see that in the message box I am able to press enter and start a new line, but don't know how to do that from the formatter of a Webhook.