I have a Task that sends an email to a list of users via sendgrid_basic_send.
The sending works fine.
My question is about the email body. I created a text variable and entered the body text into the value field. This is basically a string of text. Is there a way to format the text, e.g. new lines? I need 2 or 3 lines of text.
Thanks.