Can we select multiple values for Lookup Select Box type of variable

BijoyDeb
Tera Contributor

Hi all,

 I have one variable called "Client" on my catalog item which is of type Lookup Select Box.

Now it's looking up to one table and a field on it called client only which is of string type.

 There is no table which stores this client .

   Now, my requirement is that I should be able to select multiple values for my client variable which I'm not able to do currently .

I didn't find any other variable type as well.

Please let me know any idea how to achieve this?

Thanks in advance!

6 REPLIES 6

Vishal Birajdar
Giga Sage

Hi @BijoyDeb 

 

As you mentioned , you are using lookup select box and there is no separate table.

I guess there is no option to select multiple look up value.

 

Vishal Birajdar
ServiceNow Developer

I know one thing, and that is that I know nothing.
- Socrates

@Vishal Birajdar 

I'm good with changing variable type, that's not an issue

Just Im looking for a way to select multiple values

Hi @BijoyDeb ,

 

For multiple values , we have list collector but this will not fit for your requirement.

As list collector will refer to the table and will show display value.

 

If you have custom table and it is not used anywhere and if its allowed to change display value to "client" field then you can go with list collector.

 

 

 

 

Vishal Birajdar
ServiceNow Developer

I know one thing, and that is that I know nothing.
- Socrates

Thanks for suggestion @Vishal Birajdar 

But display value for table can't be changed as it's been set to something else which we are using in same catalogue item

Any other workaround if you can suggest?