Guided tour callouts on the search bar in Employee Center breaks the tourIssue Callouts on the Search bar in Employee Center or Service Portal breaks the tour1) Create a new Guided Tour2) Select Tour Type as "Service Portal"3) Portal as "Employee Center" or "Service Portal"4) Starting page as "esc_dashboard"ReleaseAll ReleasesCauseGuided Tours doesn't support seismic components. As the AI search combobox is a seismic component, the Choose actions can't show all options that will come for a normal input box.https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB1122421ResolutionWORKAROUND:Guided tour designer needs to be customized in backend to fix the issue. 1) Open the guided tour in backend view.2) Edit the Step of the guided tour by clicking on the "i" icon(Image attached and highlighted) and open the record. 3) A new page opens up, under Tour step, look for the Target Reference field with value "xpath" and open the record by clicking on the "i" icon (Images attached and highlighted) 4) a) If the Search bar is under Homepage Search Widget then, update the fields as shown in the figure with Element type as Generic and CSS Selector as "#homepage-search sn-search-combobox" b) If the Search bar is under Faceted Search Widget then, update the fields with Element type as Generic and CSS Selector as "sn-search-combobox"5) Save the record and preview the Guided tour; you can now see the affected Step working.