Menu defined in "Instance with Menu" in Employee Center via Teams was not appeared correctlyIssue Issue: When trying to access Employee Center via Teams then Menu defined in "Instance with Menu" was not appeared correctly. Expected Behavior: Even when trying to access Employee Center via Teams then Menu defined in "Instance with Menu" should be appeared correctly. Reproduce steps: 1. Create and download manifest file for Employee Center and Microsoft 365 Integration https://docs.servicenow.com/bundle/washingtondc-employee-service-management/page/product/sn-teams/task/download-manifest-ms365.html 2. Upload the manifest file in Teams 3. Go to the custom virtual agent apps and click "Employee Center" tab 4. Menu was not appeared correctly Note that the menu can be seen correctly if we go to access the employee center directlyReleaseVancouverCauseTour info was not taken correctly in Header menu logic in PRB1732194ResolutionChange the followings in Header Menu: https://<instance name>.service-now.com/nav_to.do?uri=sp_widget.do?sys_id=5ef595c1cb12020000f8d856634c9c6e In 'client controller' section, change below two part in Line 10 and 46.Current:$scope.currentTour = spGtd.getCurrentTour();After:$scope.currentTour = null; After that, menu can be seen correctly.