If your AI-generated email appears as one long paragraph in the Gmail node, replace line breaks with HTML <br> tags before sending.
{{ $json.output.replace(/\n/g, '<br>') }}
This preserves the formatting and makes your emails much easier to read.
What are some simple n8n tips or tricks that have saved you time? I'd love to learn from the community! ๐