multiple selection from reference variable

Neetu2000
Tera Contributor

Hello everyone,

I’m working on configuring a ServiceNow catalog item and need some assistance.

I want to create a variable where users can select multiple contacts by holding down the CTRL key.
What type of variable should I use to achieve this functionality in the catalog item?
I checked with the MRVS

Thank you!

4 REPLIES 4

Dr Atul G- LNG
Tera Patron
Tera Patron

Hi @Neetu2000 

 

Use list collector to store more than 1 value.

*************************************************************************************************************
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]

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

Ehab Pilloor
Mega Sage

Hi @Neetu2000,

 

Use list collector for the variable to store more than one value. It will show as slushbucket on the form.

You can add glide_list as attribute value to add a lock for better UI.

 

If you found my response helpful, please mark it as Solution and Helpful.

 

Thanks and Regards,

Ehab

But in list collector how to add multiple columns?

You need to do manually select from slush bucket.

*************************************************************************************************************
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]

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