%%[set @firstName = AttributeValue("First_Name__c") set @UNvalue= "?" set @firstName = ProperCase(@firstName) if @firstName == "unknown" OR IndexOf(@firstName,@UNvalue) > 0 then set @FirstName = "" endif if not Empty(@firstName) then set @greeting = Concat(", ", @firstName) else set @greeting = "" endif ]%%
Preview:
downloadDownload PNG
downloadDownload JPEG
downloadDownload SVG
Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!
Click to optimize width for Twitter