CreateFolder
Creates a new folder at a specified path within OneDrive to organize content.
Input
| Name | Type | Required | Description |
| FolderName | String | True | Name to assign to the new folder being created. |
| RenameIfExists | String | False | Set to 'true' to automatically rename the new folder if a folder with the same name already exists in the target location. |
| ParentId | String | False | ID of the parent folder where the new folder should be created. |
| DriveId | String | False | ID of the target drive where the new folder will be created. Use this when creating the folder in a drive other than the user's default drive. |
Result Set Columns
| Name | Type | Description |
| Id | String | Unique identifier assigned to the newly created folder. |