I have been working on creating a Workflow that will start each day, find any new documents in the users folders, move those documents to an "Incoming Record Series" folder and leave a shortcut where the doc was found. I have no experience and can't even figure out how to program WF to know where to leave the shortcuts, but ... while troubleshooting and searching the support site for examples, I found a Q&A titled "Creating Multiple Shortcuts" where an answer came up: "I'm wondering why do you need to find the documents and then loop through them? Why not just set the WF to start when a new doc is created in that folder and then act on the document directly".
Would his suggestion be better than having WF run once a day, find all new docs in the target folders, move them all leaving shortcuts behind, all in one WF session? Or would the end result look much the same anyways.