Hey , Guys I want to split variables within a variable set in a catalog , could anyone assist me

AshutoshaP
Giga Contributor

Hey , Guys I want to split variables within a variable set in a catalog , could anyone assist me how to do it.

13 REPLIES 13

Tanushree Maiti
Tera Patron

Hi @AshutoshaP 

 

Could you provide an example for your requirement?

Also, what is the expected outcome based on that example?

 

 

 

Please Accept the solution if it assisted you with your question & Mark this response as Helpful.
Regards
Tanushree Maiti
ServiceNow Technical Architect
LinkedIn: https://www.linkedin.com/in/tanushreemaiti

Let there are 6 variables in a catalog with a variables , I want arrange them in a left right order like 1st one on the left side and second one the other side and again the third one is in the left side and 4th one is in the right side .

Tanushree Maiti
Tera Patron

Hi @AshutoshaP 

 

To split variables into a two-column layout within a variable set, use a Container Start and Container Split variable configuration.

 

Refer: https://www.servicenow.com/community/servicenow-studio-forum/how-to-make-use-of-split-in-catalogue-i...

 

Please Accept the solution if it assisted you with your question & Mark this response as Helpful.
Regards
Tanushree Maiti
ServiceNow Technical Architect
LinkedIn: https://www.linkedin.com/in/tanushreemaiti

Dr Atul G- LNG
Tera Patron

HI @AshutoshaP 

 

1. Added a Container Start variable (Order 50) to begin a two-column layout section.
2. Added Employee Name, Department, and Email variables on the left side (Orders 100, 200, 300).
3. Added a Container Split variable (Order 350) to move the next variables to the right side.
4. Added Phone Number, iPhone Model, and Storage Capacity variables on the right side (Orders 400, 500, 600).
5. Used Select Box variables for Department, iPhone Model, and Storage Capacity with configured choices.
6. Result: Variables are displayed in a left-right layout as requested in the homework.

Variable Order:

* Container Start (50)
* Employee Name (100)
* Department (200)
* Email Address (300)
* Container Split (350)
* Phone Number (400)
* iPhone Model (500)
* Storage Capacity (600)

 

DrAtulGLNG_0-1781019748899.png

 

*************************************************************************************************************
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/dratulgrover [ Connect for 1-1 Session]

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