Back to library
Clay formula

Fix ALL CAPS and lowercase names

Proper-cases first names so your emails never open with 'Hi JOHN'.

Columns it needs

First Name

The snippet

CONCAT(UPPER(SUBSTRING(TRIM({{First Name}}), 1, 1)), LOWER(SUBSTRING(TRIM({{First Name}}), 2)))
cleanuppersonalizationnames

Related patterns