Copy/Move Attachments

⌘K

This activity allows to copy/move attachments from list item to other folder. Cross site copy is supported. SharePoint Designer phrase

Parameters

Output parameters

ParameterDescriptionExample
URLsReturns a list of copied filesVariable:fileURLs

Input parameters

ParameterDescriptionExample
MethodCopy or MoveCopy(0), Move(1)
ItemIDThe ID of the source item.Variable:ItemID
List identifierThe list where the item will be stored. The value could be list name, guid or list url (the web site relative URL). If the value fieldis empty, current list will be used.[%Workflow Context: List ID %]/Lists/Tasks Tasks
DestinationUrlThe URL where the source folder 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,[%Workflow Context:Current Site URL%]/ https://contoso/SiteUrl/
current site will be used.
OverwriteOverwrite a file if there is a file with the same nameYes/No

Example

copy_move_attachments_2

How can we help?