How to populate the value of Group Managers in list collector in catalog item

Kaustubh k
Tera Contributor

Hi Team,

 

We have a variable 'Remove Group Managers' which is a list collector and I want to populate the choices in this variable from the Groups table from Group Manager field.How we can achieve

 

Kaustubhk_0-1729686874027.png

 

Kaustubhk_2-1729686921926.png

 

Thanks in Advance

5 REPLIES 5

Runjay Patel
Giga Sage

Hi @Kaustubh k ,

 

I have answered to this i believe here https://www.servicenow.com/community/itsm-forum/how-to-remove-group-managers-from-group-automaticall...

 

Let me know if this having different requirement. I can help you if you have different use case.

 

-------------------------------------------------------------------------

If you found my response helpful, please consider selecting "Accept as Solution" and marking it as "Helpful." This not only supports me but also benefits the community.

Regards
Runjay Patel - ServiceNow Solution Architect
LinkedIn: https://www.linkedin.com/in/runjay
YouTube: https://www.youtube.com/@RunjayP

-------------------------------------------------------------------------

 

In this video i have explained about Web service integration in ServiceNow like how it works, how we can configure it, what are the prerequisite and many more. I have covered below topics in this video. 1. understand Web Service. Like when and how we will use it. 2. Talked about Inbound and ...

Hi Runjay,

 

Yes this is a different case.

Here I just need to populate the group managers from group table to the variable,so that they can select which managers to remove.

Hi @Kaustubh k ,

 

You can configure like below.

RunjayPatel_0-1729691143175.png

 

javascript:'sys_idIN'+current.variables.group.u_group_manager

replace with your field name for "u_group_manager" which is there on group table.

 

-------------------------------------------------------------------------

If you found my response helpful, please consider selecting "Accept as Solution" and marking it as "Helpful." This not only supports me but also benefits the community.

Regards
Runjay Patel - ServiceNow Solution Architect
LinkedIn: https://www.linkedin.com/in/runjay
YouTube: https://www.youtube.com/@RunjayP

-------------------------------------------------------------------------

In this video i have explained about Web service integration in ServiceNow like how it works, how we can configure it, what are the prerequisite and many more. I have covered below topics in this video. 1. understand Web Service. Like when and how we will use it. 2. Talked about Inbound and ...

Hi @Kaustubh k ,

 

let me know if still desire output is not coming.

 Please accept the solution it helped you to achieve the desire output.