Saviynt unveils its cutting-edge Intelligence Suite products to revolutionize Identity Security!
Click HERE to see how Saviynt Intelligence is transforming the industry.
Saviynt Copilot Icon

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 this helped you move forward, click 'Kudos'. If it solved your query, select 'Accept As Solution'.

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 helps your question, please consider selecting Accept As Solution and hit Kudos 🙂