Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
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})
True
#elseFalse
#end Hope this helps!