I am trying to create a workflow to move an uploaded document from a "drop off" library to a particular document set. The workflow needs to do the following:
1) Sets the variable varTitle as the title of the uploaded document.
2) Creates a document set in another library with the title variable as the Doc Set title.
3) Sets variable varFullUrl to a dynamic url of the new document set.
4) Copies the uploaded item to the new document set using the Copy to SharePoint action.
5) Deletes the item from the drop off library.
Step 4 is where it fails. I get the error.
Failed to copy item. Cannot find list at URL variable from step 3 above]
So it seems it's trying to submit to a list and the URL is to a document set, not the list.
Is this not possible? If not, is there a way to achieve this?