- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-09-2023 04:05 AM
Hello,
We have a requirement to create multiple Walk-up Location Queues for a single location. For example, lets consider Austin location, we need two walk up queues (Austin X, Austin Y) because we have multiple queues for single location at different places.
But when I try to create multiple walk-up location queues, the system is not allowing to create multiple walk-up location queues. Below is the error shown.
A walk-up queue with that location already exists. For work routing purposes, different queues cannot share the same location.
Please let me know how we can achieve the above requirement.
Thanks.
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-09-2023 04:14 AM
Hi @Abhishek18,
You simply can't.
You could duplicate the location with a suffix, and create the second queue on the second location.
Help others to find a correct solution by marking the appropriate response as accepted solution and helpful.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-09-2023 04:19 AM
Hi @Abhishek18
We also have faced same issue....!!
By default , one location can be attached to only one walk-up location queue.
What we have done is created new dummy location in location(cmn_location) table with same name but some different tags like below:
Location Name1 : Austin_abc for "Austin X" queue
Location Name2 : Austin_xyz for "Austin Y" queue.
and set it to walk-up location queue's.
& off-course you can check feasibility to create new locations with platform team in your organization.
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
10-09-2023 04:14 AM
Hi @Abhishek18,
You simply can't.
You could duplicate the location with a suffix, and create the second queue on the second location.
Help others to find a correct solution by marking the appropriate response as accepted solution and helpful.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-09-2023 04:19 AM
Hi @Abhishek18
We also have faced same issue....!!
By default , one location can be attached to only one walk-up location queue.
What we have done is created new dummy location in location(cmn_location) table with same name but some different tags like below:
Location Name1 : Austin_abc for "Austin X" queue
Location Name2 : Austin_xyz for "Austin Y" queue.
and set it to walk-up location queue's.
& off-course you can check feasibility to create new locations with platform team in your organization.
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
10-09-2023 04:24 AM
Thank you @Vishal Birajdar and @Peter Bodelier for your quick response.
I will go ahead and create the dummy locations for multiple walk-up queues.
Thanks,