Can we select multiple values for Lookup Select Box type of variable
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-20-2023 12:52 AM
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!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-20-2023 01:11 AM
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.
ServiceNow Developer
I know one thing, and that is that I know nothing.
- Socrates
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-20-2023 01:16 AM
I'm good with changing variable type, that's not an issue
Just Im looking for a way to select multiple values
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-20-2023 01:21 AM
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.
ServiceNow Developer
I know one thing, and that is that I know nothing.
- Socrates
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-20-2023 01:24 AM
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?