This activity allows you to copy or move a folder (with or without subfolders) in a list or in a library (including the same list/library) on the specified site.
SharePoint Designer phrase
Parameters
Input parameters
Parameter | Direction | Type | Description |
Method | Required | Drop down | Copy or move |
Source list | Optional | String | The list which contains folder. The value can be list name, guid or list url(the web site relative URL). If the value is empty, current list will be used. |
Source folder | Required | String | Source folder url relative to list url. Examples: Folder 001; Folder 001/Sub folder 001; Folder 001/Sub folder 001/Sub sub folder 001 |
Destination list | Optional | String | The destiantion list where item(s) will be copied/moved to. The value can be list name, guid or list url (the web site relative URL). If the value is empty, current list will be used. |
Destinationfolder | Required | String | Destination folder url relative to list url. Examples: Folder 002; Folder 002/Subfolder 002; Folder 002/Sub folder 002/Sub sub folder 002 |
Source site url | Optional | String | Absolute url of a source SharePoint site. If the value field is empty, current site will be used. Example: https://mycompany.sharepoint.com/ |
Destination site url | Optional | String | Absolute url of a destination SharePoint site. If the value field is empty, current site will be used. Example: https://mycompany.sharepoint.com/sites/mysite |
User name | Optional | String | User login name who you want the workflow must be run under. |
User | Optional | String | User password who you want the workflow must be run under. |
password | |||
Copy subfolders | Required | Drop down | Copy/move all subfolders in specified folder. |
Copy attachments | Required | Drop down | Copy items attachments for generic lists (including calendar, task, etc.) |
Overwrite documents | Required | Drop down | Overwrite existing documents for document libraries. |
Example