Ok first forgive me, I am very new to Workflows. Here is what I am trying to accomplish today.
A document resides in any certain folder, could be 5 folders deep. When tagged, this document needs to be pulled up from it's current folder and placed in a new location based on it's previous location.
Example:
\\Admin Department Records\Billing\2017\Document1
Workflow finds that the file is in top level folder "Admin Department Records", now move to new folder "Admin Department Scanning".
This workflow needs to work on several different departments. So what I have been trying to do is read that top level folder which I accomplished using a token and the split function and using indexing. Now I have that top level folder in a token. Next I am trying to remove the "Records" from that path and insert "Scanning" into the path.
I don't know if it can be done. It works in my head! But I'm not knowledgeable enough to do it in LFWF yet.