This is the formula I am using in an HTML Email template:IF(ISBLANK({!Contact.Nickname__c}),{!Contact.First_Name_Proper_Case__c},{!Contact.Nickname__c}),And this is the result when I test the merge field:IF(ISBLANK(Larry),Lawrence,Larry),Any idea what is wrong with my formula?