I just set up my first Zap and it’s working except I can’t get the formatting right. Specifically, I’m trying to create separate paragraphs/line breaks within my email but when I use <p> and </p> in order to do that, it creates the spaces but doesn’t delete the actual <p> and </p> from each paragraph… so the test email in my gmail draft shows up as:
~~~~~~~~~~~~~~~~~
<p>Hi!</p>
<p>Body of first paragraph.</p>
<p>Body of second paragraph.</p>
~~~~~~~~~~~~~~~~~~~~~~~~
Any help is appreciated!