Hi @imagineertobe
Good question.
If you are using HTML for the Gmail email format, then the line breaks need to use the <br> tag.
https://www.w3schools.com/tags/tag_br.asp
Hm. The line breaks exist in the Google Sheets cell and are being respected by Zapier when it sends the data to Google Docs, but not when it sends the info to Gmail. So this seems like a Zapier parsing issue, but are you suggesting that I need to figure out how to add <br> tags during the Sheets to Gmail import?
@imagineertobe
If you are using HTML as the email format, then line breaks are indicated with the <br> tag.
Perhaps try using TEXT as the email format.
I can’t use TEXT as the email format because I need to style the text (with <b> tags, for instance).
Here’s the formatting I’m using.
Hi there,<br><br>
I have received the following request. Could you please let me know if you are available? <b>No need to reply if you are not available.</b><br><br>
<b>EVENT:</b> Important Client - iEvent Name from Google Sheets]<br>
<b>SCHEDULE:</b><br>
<ul><li>;Event Dates and Times from Google Sheets]</li></ul>
<b>LOCATION:</b> /Event Location from Google Sheets]<br>
<b>TEAM:</b> Yes, TBD<br>
<b>DESCRIPTION:</b> /Event Description from Google Sheets]
It’s the Event Description from Google Sheets] that’s not preserving the line breaks that appear in Google Sheets.
@imagineertobe
Yes, the Event Description from Google Sheets] will need to have the line breaks converted to the <br> tag.
Try using Formatter > Text > Replace.
I just wanted to jump in to say that I can confirm that Troy is spot on here. You’ll need to convert “\n” to “<br>” (and maybe even “<br><br>” if that doesn’t work).