Guided Tour on portal aborts and throws the messsage - "Tour ended because the next step was not found."Issue Sometimes Guided Tours created on the Service Portal pages stop executing the complete steps. We can notice the message - "Tour ended because the next step was not found." on the page and also on the browser console.CauseThe "Tour ended because the next step was not found." message appears when the element is not recognized by the Guided tour steps.ResolutionTo resolve this, the Xpath in the Target reference of the Guided Tour step must be corrected so that it can identify the element on the page. Steps: Open the portal pageRight-click on the element and then click on 'Inspect'In the DOM, copy the selector for the elementGo to Guided Tours in the Application NavigatorOpen the Guided TourIn the related list, click on the step which needs to be correctedIn the related list of the step form, click and open the Xpath of the Target reference fieldPaste the copied selector in the Xpath of the Target referenceRelated LinksCreate a guided tour