Reference fields with dependent set as true does not work in HR Agent Workspace while creating a case.Issue In HR Workspace: Topic category, Topic detail and HR Services present on the HR (Human Resource) case form will not show the correct values as per in the platform UI (User Interface) view.It shows up all the values in the HR agent workspace. Steps to Reproduce: Fields on the HR Case creation interceptor are added using the Out Of the Box Case Creation Configuration feature. https://<instance-name>.service-now.com/sn_hr_core_config_case_creation.do?sysparm_query=sys_idANYTHING Add the Topic Category and Topic Detail fields to the HR agent workspace Case formClick on + and select HR Case.Enter any user in the field to search for employee.Scroll down to see Topic category and enter any value. (Topic category usually has to be selected first)Select topic detail and all the values will be available for selection irrespective of what topic category is selected.Select HR Service and all the values will be available for selection irrespective of what topic detail is selected.ReleaseAnyCauseDependant fields are not supported in the custom render page. In this case the customer is not using Out of Box Case creation page in platform.You can disable the custom renderer page in workspace as well.ResolutionNavigate to list: https://<instance-name>.service-now.com/nav_to.do?uri=%2Fsys_aw_renderer_list.do%3Fsysparm_query%3DtableLIKEsn_hr_core_case%26sysparm_first_row%3D1%26sysparm_view%3D%26sysparm_choice_query_raw%3D%26sysparm_list_header_search%3Dtrue Disable all the ones defined on HR Case tables by setting active as false. This will directly open the form and will disable the custom render page.This will navigate users to the direct from page where the issue will not exist.