Need to add 400+ choices to the select box.

Anusha Savanth
Tera Expert

Requirement : Need to add 400+ choices to the Select Box variable type or List Collector. And user needs to select multiple choices. Takes much time to add 400 choices manually. 

Please suggest me solution for this or any other approaches.

5 REPLIES 5

Laszlo Balla
ServiceNow Employee
ServiceNow Employee

Don’t do it as choices. Create a new table and simly import your data into it, then use a List field so the user can select multiple options (and search for them too). 

Otherthan Custom table creation, Is there any other option?

Mark Roethof
Tera Patron
Tera Patron

Hi there,

 

Wow 400, that sounds insane. Though maybe you do have a valid usecase for this ofcourse. Can you explain the why of such a huge number of choices for one specific variable? Asking because such a large number for one specific variable is usually a very bad practice.

 

Kind regards,
Mark

 

Kind regards,

 

Mark Roethof

Independent ServiceNow Consultant

10x ServiceNow MVP

---

 

~444 Articles, Blogs, Videos, Podcasts, Share projects - Experiences from the field

LinkedIn

Choices are of Services what the company is providing like that. It is having around 400+ services. We can create table but Other than table creation We need a solution. Suggest me if there is any.