I have forms that save to particular departments and sub-departments. For example, "Emergency Services/Medical Services". Users select the department from a drop-down list generated from a data source. When a form is saved to the repository, certain forms are saved to a folder "Emergency Services/Medical Services", which is correct. Different forms are saved to "Emergency Services_Medical Services".
I have the document name using an underscore but the path on each form uses a variable: Human Resources\{/dataset/Department}\formname. They are all being indexed with the same department name (Emergency Services/Medical Services). Why would some save to the folder with a forward slash and others with an underscore? Forms 10.2.