In the change request approval is not showing the group name

nikhitha24
Tera Guru

Hi Team,

Please help me on the below requirement.

In the change request approval in the group name it is giving as empty, i have written script for this approval trigger.

nikhitha24_0-1694111008278.png

 

nikhitha24_1-1694111121306.png

var sys_approval = [];
var item = fd_data.trigger.current.cmdb_ci;
var appList = new global.ChangeApplicationApproval();
sys_approval = appList.checkapproval(item);
sys_approval = JSON.parse(sys_approval);
return 'ApprovesRejectsAnyU[' + sys_approval.ctb_sys_id + ']';
 
I have used the above script , it is trigger the approver but showing group name as empty.
In the flow excution:
nikhitha24_2-1694111319325.png

Please help me on this requirment

 

 

0 REPLIES 0