1
0
-1

I have set an email notification to inform the superior when a request has been made.

How to link the requestor name into the email notification. The below variable will return me as shown below result 

    CommentAdd your comment...

    1 answer

    1.  
      1
      0
      -1

      Hi,

      if you're using Workflow Variable Hash variable, you have to make sure the workflow variable (requestorUserName) exists and there's value in it.

      An easier way would be to use Hash Variable#PerformerHashVariable. Find out the ActivityDefId (Check the scope of use) and you can then get the performer's first name and last name.

        CommentAdd your comment...