Hello,
I'm trying to have my notification template use an if statement. What am I doing wrong? The code is reading the variable.
This is my test code:
The Platform is :$FIELDVALUE(Platform)
$IF(Platform, M8)
This is an M8 Install.
$ELSE()
This is not an M8 Install.
$ENDIF()
*****************************************************************************************************************************
Output is:
The Platform is:M8
This is not an M8 install.
'************************************************************************************************************************8
The output is incorrect as far as I'm concerned.
Is this something I need to do to make the the if statement work?
Regards,
WIll