Guided Tour, callout being skipped on the Menu ItemSummaryIn a Guided tour, when a callout is defined on menu items. During the preview, if callout is skipped on a specific menu item then most possible that menu item may have the dropdown icon. Example: In header Menu, if there is a Menu Item called 'My Tickets', on clicking you see a popup with options like 'Incident, Requests'. if a callout Such menu items have a down arrow next to the menu item label. In CSS, the down arrow is referred to as 'carat'. Target Reference of the menu item having the carat is missing in the callout causing menu item to skipInstructionsFollowing are the steps to fix the issue.1) Go to Guided Tours under Guided Tour Designer from Filter Navigator.2) Select the tour from list view.3) Under Guided Tour Steps, Select the step you want to correct.4) There you can find Target Reference as xpath. If you didn't see Target Reference, Please use Configure/Form Layout to add Target Reference from Additional actions(Hamburger menu).5) Click the 'i' icon(Prevew this record) beside Target Reference/xpath.6) Click Open Record in the callout7) Change the CSS Selector. For this use case, Please use: #xd150fd31cb10020000f8d856634c9ce6 LI [aria-controls="<menu item label>"]8) Click Update Here '#xd150fd31cb10020000f8d856634c9ce6' refers to carat icon. Also, to get the aria-controls for menu item use browser console elements and hover over the menu item