Greetings community,
I am working with an email campaign, where the First Name variable is pulled from a data extension. Now, that is not the problem.
The issue at hand is that, some of these names are all capitalized, and others can be all lower case.
I have tried doing something like <% targetData.FirstName.toUpperCase(); %> but all that does is to return an empty string.
Does anyone know a work around it?
Many thanks in advance