The CreatorCon Call for Content is officially open! Get started here.

How to have multiple values in select box

Stella5
Kilo Contributor

I want to have these type of value in select box .How to do this ?

find_real_file.png

9 REPLIES 9

Rakesh Mamidi
ServiceNow Employee
ServiceNow Employee

You add them as choice list or create a new table and refer those.


i have 6 fields in one row , how to display all the fields in a single row .


In that case, you need to use lookup select box and give all fields as comma separated in



By default , you have "|" as delimiter between fields.


Its working .