Hey @Rochelle_Satow you should be handling the null/empty BEFORE you try to do the concatination.Try this with the coalesce function handling this logic before it gets concatenated into the string.concat(coalesce(#{ExperiencePlatform.ProfileFieldGroup.profile.person.name.firstName}, 'N/A'), ' ',coal...