I am trying to write a workflow that will pull the Employee ID field from the document's metadata and apply it to the parent folder. Everything that I tried gave me the error of entry could not be found or the workflow gets stuck. Right now I'm doing it in a testing environment and heres the path:
testfolder\EMPLOYEE, TEST\test doc [with employee ID #1234]
the result I'm looking for is:
testfolder\EMPLOYEE, TEST [with employee ID #1234]\EMPLOYEE, TEST [with employee ID #1234]
When running the workflow, it gets stuck finding the field values, however the workflow will find the document and parent folder entries
Its a simple workflow for testing purposes only