Built something you're proud of? Tell the story. A quick G2 review of App Engine or Build Agent helps other developers see what's possible on ServiceNow. Share your experience.

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

Kaustubh k
Tera Expert

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

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

 

Part 2. In this video i have talked about overview on ServiceNow platform/tool. How you can opt for personal dev instance (PDI)? how to login in ServiceNow instance and navigation to OOB modules. For document please visit: https://servicenowwithrunjay.com/ Follow Facebook page for latest update on

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

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

Part 2. In this video i have talked about overview on ServiceNow platform/tool. How you can opt for personal dev instance (PDI)? how to login in ServiceNow instance and navigation to OOB modules. For document please visit: https://servicenowwithrunjay.com/ Follow Facebook page for latest update on

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.