How to format a long string in the content section of a 'send an email' in a Gmail module?

Welcome to the Make community!

You’ll have to split by newlines and join by the HTML break tag <br>

e.g.:

{{ join(split(1.text; newline); "<br>") }}

This is actually a very commonly-asked question. I recommend using the search functionality of this forum so you can learn from existing threads before posting a new duplicate question.

For more information, see

samliewrequest private consultation

Join the Make Fans Discord server to chat with other makers!

2 Likes