Hi Franky, Not sure if you found a solution yet. We were running into a similar velocity scripting problem and found a way to detect a null value: #if(!${lead.insuranceExpirationDate}) <p>True </p> #else <p>False</p> #end Hope this helps!
... View more