Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

Group Approvals is not showing when using "Approval-User"

venkateshdhanap
Tera Contributor

Hi All,

I need to send approval request to specific group which is mentioned in the Variables of Catalog item.

Initially I have used "Approval-Group" activity and inside the advanced script I have triggered the approival request.

But it was not working.

Then I have used "Approval-user" activity and used the same script to send approval request, Its working.

it sent approval request to all the users of the group but   I can't able to the Group name under "Group approval tab.

How to send approval to the Group which is there in the Variables

find_real_file.png

I need group name also listed here even if send group approval via "Approval-user"   activity

Thanks

Venkatesh Dhanapal

1 ACCEPTED SOLUTION

march
Kilo Guru

Normally using group-approval achieve your requirements, you should try to have this option working i think.



See an example in a dev system:


find_real_file.png


find_real_file.png


View solution in original post

2 REPLIES 2

march
Kilo Guru

Normally using group-approval achieve your requirements, you should try to have this option working i think.



See an example in a dev system:


find_real_file.png


find_real_file.png


Thanks march,


Its working