Third level Dependency fields in Templates not working as expectedIssue When a 3rd level dependent field is added while creating a new Template from Incident form, all the values are shown instead of the choices based on dependent value.Confirmed issue can replicated on Xanadu instance. For instance, if there is a subcategory2 field which is dependent on the subcategory field, and the subcategory field is dependent on the category field, selecting a value for category on Incident form results in Subcategory showing values only that depend on category selected above. Similarly, the Subcategory2 field shows values dependent on value selected for Subcategory. However, in the templates form, the choices for the 1st and 2nd level dependent fields are not filtered as per value selected for Dependent field.ReleaseThis is working as expected.ResolutionThis is working as expected. The system was never designed for the template_value field on the Template form (which uses a modified condition builder) to restrict dependent choice field values to only those relevant to the selected value for the field on which it depends.