Hash in anchor tag inside iframe link gets encoded and doesn't workDescriptionUse of Knowledge article anchor tags in dashboard widgets (iFrame) does not work. Widget will show "Knowledge record not found"Steps to Reproduce Example in an out-of-the-box (OOB) instance: Login to an OOB instanceSelect an existing OOB KB (eg. KB99999999) https://<instance>.service-now.com/kb_knowledge.do?sys_id=c85cd2519f77230088aebde8132e70c2Check the HTML code of the article body and identify an anchor (eg. id="using_rules")Go to Performance Analytics > Dashboard and Create a new dashboardAdd Widget: Content Block > New iFrameIn the new widget - click on 'Click Here' to configure the content of the widget - Name: Test iFrame - URL: /kb_view.do?sys_kb_id=c85cd2519f77230088aebde8132e70c2 - Size: Expand to fitClick Submit- Notice that the widget can display the KBUpdate the widget and change the URL to use anchor URL: /kb_view.do?sys_kb_id=c85cd2519f77230088aebde8132e70c2#using_rulesClick Submit- Notice that the widget cannot display the KB.However, if you try to access the KB on a browser tab, you can access it and starts with the correct section based on the anchor: https://<instance>.service-now.com//kb_view.do?sys_kb_id=c85cd2519f77230088aebde8132e70c2#using_rulesWorkaroundThis is expected behavior and by design in all currently supported releases.Related Problem: PRB1553157