Launcher's identity attributes in "Pending Manual Changes" email template

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?

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.