Super simple, but stumped! HTML template

I am trying to create an HTML template with this simple IF statement.  This works fine:

<<If: (ISNOTBLANK([Last 4]))>>
INSERT TEXT HERE
<<EndIf>>

But this throws an error, what am I missing?

<html>
<head></head>
<body>

&lt;&lt;If: (ISNOTBLANK([Last 4]))&gt;&gt;
INSERT TEXT HERE
&lt;&lt;EndIf&gt;&gt;

</body>
</html>

 

Errors:

Task 'Send Email' Body template. Expression 'If: (ISNOTBLANK([Last 4]))' is invalid due to: Unable to find function 'IF:', did you mean 'IF'?.

Task 'Send Email' Body template. Expression 'EndIf' is invalid due to: Expression refers to undefined field.

 

Solved Solved
0 1 169
1 ACCEPTED SOLUTION

Within <body>, enclose your content in something like <p>.

View solution in original post

1 REPLY 1

Within <body>, enclose your content in something like <p>.

Top Labels in this Space