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
<>

But this throws an error, what am I missing?

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

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.

Within , enclose your content in something like

.

1 Like