Skip to main content
I have need to move a document from one Sharepoint Document Library to another (shame there isn't a Move action!). Is this possible? My guess is to have an activity that has two Sharepoint Document events, an Upload followed by a Delete, but as far as I can tell there is no way to Upload a document stored in a document library...
To move a document from one SharePoint folder involves 3 actions.

1. Get the latest version of the document you want to move into a K2 Data field.
2. Upload the document from the K2 Data field to the target SharePoint Document library.
3. Delete the document from the source document library.

Reply