Contact us

Copy or Move Document

Activity allows to copy/move document to a folder. Cross site copy/move is also supported. SharePoint Designer phrase

Copy or Move Document workflow activity properties in Virto Workflows for Office 365

Parameters#

Input parameters

ParameterDescriptionExample
MethodCopy or MoveCopy(0), Move(1)
SourceUrlThe URL of the document to be copied/moved. You can use absolute URL as well as web site relative URL.[%Current Item: Encoded Absolute URL%]/Source Documents/report.xlshttps://contoso/SiteUrl/LibraryName/FolderNa me/DocumentName.docx[%Workflow Context:Current Site URL%]/siteURL//Source Documents/report5.xls/Documents/report.xls
DestinationUrlThe URL where the source document will be copied/moved. You can use absolute URL as well as web site relative URLhttps://contoso/SiteUrl/LibraryName/FolderNa me[%Workflow Context:Current Site URL%]/siteURL/Source Documents/Documents/
SiteURLThe URL of a SharePoint site. If the value field is empty, current site will beused.[%Workflow Context:Current Site URL%]/ https://contoso/SiteUrl/
OverwriteOverwrite a file if there is a file with the same nameYes/No

Example

Example of the Copy or Move Document activity moving a document to another folder

Updated on June 17, 2026