How to send Approval to "requested for" user's manager

VIKAS MISHRA
Tera Contributor

We have one request and we wanted to send that for "requested for" user's approval please suggest how to do that by making changes in workflow. 

Note: requested for is the "ritm form field but not the variable on the RITM form.

1 ACCEPTED SOLUTION

Find out other way  too: 

 

LearnNGrowAtul_0-1707309290705.png

 

*************************************************************************************************************
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.

Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]

****************************************************************************************************************

View solution in original post

6 REPLIES 6

Hi @VIKAS MISHRA 
You can calculate the manager and add in advance section in the approval activity.

var answer = [];

var man=current.variables.req_for.manager+"";//assuming your requested for variable backend name is req_for

answer.push(man);

 


Thanks and Regards,

Saurabh Gupta

SunilKumar_P
Giga Sage

Hi @VIKAS MISHRA, you can use the 'Approval User' activity and configure as shown in the image below.

 

SunilKumar_P_0-1707308884396.png

SunilKumar_P_2-1707309103641.png

SunilKumar_P_3-1707309120464.png

 

Regards,

Sunil