Announcing the Saviynt Knowledge Exchange unifying the Saviynt forums, documentation, training,
and more in a single search tool across platforms. Read the announcement here.

How to pass previous approval block Assignee/User to current block in workflows?

harishyara
Regular Contributor
Regular Contributor

Dear All,

Use case : We have defined two level (Manager and Resource Owner) approval workflow.

We have a requirement to display the manager details in ResourceOwner block's email template of Notification Email Template(Requestor). what is the config to fit this use case?

@rushikeshvartak 

2 REPLIES 2

rushikeshvartak
All-Star
All-Star

${this.binding.variables.each {k,v -> println "$k = $v" + "<" + "br" + ">"}}

find variable of email template 


Regards,
Rushikesh Vartak
If you find the response useful, kindly consider selecting Accept As Solution and clicking on the kudos button.

pmahalle
All-Star
All-Star

Hi @harishyara ,

Since your first level approver is Manager, then you can use below expressions in email template which you have attached in ResourceOwner approval block,  for manager details:

  • ${manager.firstname}
  • ${manager.lastname}
  • ${manager.email}

Pandharinath Mahalle(Paddy)
If this reply answered your question, please Accept As Solution to help other who may have a same problem. Give Kudos 🙂