Location Data Not Showing Under Walk Up Experience PortalIssue The location data is not showing under the walk-up experience portal.The location queue and schedule appointment have been configured, but the data is still not showing.Steps to reproduce:1. Under the walk-up experience module, open the walk-up portal2. The walk-up experience data is not showingURL for reference: https://instnace_url/csm_walkupReleaseNACauseThis issue is due to "Access Type" set as "Internal Users" in Walk up Location Queue.Resolution1. Please test and validate the following solution on a sub-prod instance to ensure that everything is working as expected before making any changes to your production instance.2. Set 'Access Type' as External or Both in the Walk-up Location Queue.3. The CSM Walkup Portal renders the location based on the filter: sysparm_offset: sysparm_limit: 100 sysparm_query: active=true^access_type!=internal_users^ORDERBYname^EQ sysparm_fields: sys_id,name,title,name sysparm_display_value: true 4. Refer to the documentation for more information: https://www.servicenow.com/docs/bundle/yokohama-customer-service-management/page/product/customer-service-management/task/csm-walkup-define-location.html