We had an implementation partner set up our workflow and they set the folder creation to create in a general ‘Parties’ folder. I now want to have the workflow save the contracts to the specific department. I have created the department folders within the system, have created a .csv with the department (along with their approver and legal’s email in other columns) and have pointed the doc generation form to that .csv where the user can pick the department.
The global config file has /Parties/ in the path to create the folder. I have tried several variations in that field for {Department}, (/{Department}, /{Department}/) but it keeps erroring at the folder creation step with this error:
Action failed with exception, returned: No folder found for path: 2|<%#MFC_x_GlobalConfigs.FolderPath%>.
Any help would be greatly appreciated.