Hi, guys
I'm creating a workflow for SharePoint 2013 on-prem using the built-in wf-engine for 2010. The idea is to move a document to a Document Center and then notify the document owner via an email containing a link to the document at its new location.
When I check the Encoded Absolute URL property BEFORE moving the document, I get the path to the document at its current location. That's all nice and easy, but when the document is moved (using the action called "Send document to repository") the Encoded Absolute URL property is empty. I would have expected that property to be updated with the new path. Is there a way to find out the new path to the document?
The document center has multiple content organizer rules, routing documents to different destinations. It would be nice to offer the document owner a clue as to where he/she can find the document.
Any suggestions would be appreciated. Thanks.