"View Block" in HR Agent Workspace is available but nothing happens when it is clicked on.Description"View Block" in HR Agent Workspace is available but nothing happens when it is clicked on.Steps to Reproduce Hop to any Rome instanceOpen any knowledge blockClick 'View Block' UI actionNothing will happen.Check same UI action from backend knowledge block form and it works.Workaround1. Open a new file using a text editor like Visual Studio Code or Notepad. 2. Paste the following code in the new page: <?xml version="1.0" encoding="UTF-8"?><record_update table="sys_aw_renderer"> <sys_aw_renderer action="INSERT_OR_UPDATE"> <active>true</active> <custom_renderer display_value="sn-knowledge-discussion-wrapper">72799ecde4d1ac5180318bc017e3d71f</custom_renderer> <custom_renderer_tag>sn-knowledge-discussion-wrapper</custom_renderer_tag> <macroponent/> <module_flag>false</module_flag> <renderer_type/> <sys_class_name>sys_aw_renderer</sys_class_name> <sys_created_by>admin</sys_created_by> <sys_created_on>2022-01-11 20:39:36</sys_created_on> <sys_id>0b9ff328c3810110257c3a7ea940dd02</sys_id> <sys_mod_count>0</sys_mod_count> <sys_name/> <sys_package display_value="Human Resources: Workspace" source="sn_hr_ws">113909d3533223007d70ddeeff7b12a7</sys_package> <sys_policy/> <sys_scope display_value="Human Resources: Workspace">113909d3533223007d70ddeeff7b12a7</sys_scope> <sys_update_name>sys_aw_renderer_0b9ff328c3810110257c3a7ea940dd02</sys_update_name> <sys_updated_by>admin</sys_updated_by> <sys_updated_on>2022-01-11 20:39:36</sys_updated_on> <table>kb_knowledge_block</table> <type_ext display_value="record">56a1aaa10f513300bb57f4a1ff767ede</type_ext> <workspace_config display_value="HR Workspace">6c8d4c7f5364330094fbddeeff7b125f</workspace_config> <workspace_module/> </sys_aw_renderer> </record_update> 3. Save the file and name it "sys_aw_renderer_0b9ff328c3810110257c3a7ea940dd02.xml". 4. In the ServiceNow instance, navigate to any list/table. Right-click on any of the column headers in the list and select the "Import XML" option. 5. On the Import XML page, click the "Choose File" button and select the file we saved in Step #3. 6. Click the "Upload" button. At this point, the fix should be uploaded to the instance and the behavior should be corrected.Related Problem: PRB1548830