Action Copy folder copies a folder with content from a source library to a target library/folder.
For more information about Action Builder read Action Builder introduction article.
To configure the action Copy folder additional properties should be specified:
Configuration
Property | Required | Type | Description |
Source Library |
yes | Choice |
A library where source folder is located. It is possible to select:
|
Folder | yes | String | Library relative URL to the source folder |
Target Library | yes | Choice |
A library where folder will be copied. |
Target Folder | no | String |
Library relative URL. If you want to copy folder to a new folder you can specify it in this property. |
If already exists |
yes | Choice |
If the folder with the same name already exists you have several option to specify: |
Availability
Modern Forms | List Actions | Scheduled/Triggered Actions |
✓ | ✓ | ✓* |
* In Scheduled/Triggered actions only copying folder on the library from the current site is available.
Example of Copy folder action configuration on the current site
Output
Output Parameter | Type | Description |
ItemID | Number | Returns the Id of the added folder as output parameter and can be used in subsequent actions. |
Url | String | Absolute Url to the created folder. Starts with 'https://' |
ServerRelativeUrl | String | Server relative path to the created folder. Starts with '/' |
LibraryRelativeUrl | String | Library relative path to the created folder. Starts with folder name |