If I use the token for user first name {{user.FirstName}} in an engagement or email, what happens if the field is blank/null? Can I insert a default if it is?
If my first name is populated, the email would show “Dear Jay,”
If my first name is blank/null, the email would show “Dear Valued Customer,”
Also, is there any way to insert a default if the data is bad/incorrect? For example, some of the first name fields I’m seeing have “FirstName”, “??”, etc.