I am trying to display launcher’s first and last names in the email instead of technical name
- What have you tried?
#set($requester = $__util.getUser($launcher))
$requester.preferredFirstName $requester.preferredLastName - What errors did you face (share screenshots)?
Does not work. Variables are not rendered as this email template is version 1 and does not supprot __util
Any ideas?