Solved
HELP : Conditional Scripting
Guys, i need help
#set($testA = "{{lead.change}}") **content is down
#set($testB = "Down")
#if( $testA == $testB )
TRUE OUTPUT
#else
FALSE OUTPUT $testA $testB
#endwhen rendered output is FALSE OUTPUT Down Down
Question : why it is not rendering "TRUE OUTPUT" ?? while $testA and $testB is the same "Down"
Question : why it is not rendering "TRUE OUTPUT" ?? while $testA and $testB is the same "Down"
