CreateFolder
Adds a folder to a document library on a SharePoint site.
Input
Name | Type | Required | Description |
RelativeURL | String | True | The relative URL of the folder. |
FolderName | String | True | The name of the folder to be created. |
SiteURL | String | False | The base URL of the site (in the same SharePoint instance/same domain as the one in 'URL' connection property) in which the folder should be created. If this parameter is used, the value here takes precedence over the value in the 'URL' connection property. |
Result Set Columns
Name | Type | Description |
Success | Boolean | Indicates whether the operation was successful or not. |
Id | String | A unique identifier value returned after completing the operation. |