CreateFolder
Create a folder at a given path or create multiple folders at once by providing an ObjectPathsAggregate.
Input
| Name | Type | Required | Description |
| Path | String | False | Path in the user's Dropbox to create. |
| AutoRename | Boolean | False | If there's a conflict, have the Dropbox server try to autorename the folder to avoid the conflict.
The default value is false. |
| ForceAsync | Boolean | False | Whether to force the create to happen asynchronously. Only available when using ObjectPathsAggregate.
The default value is false. |
| ObjectPathsAggregate | String | False | An JSON aggregate representing the paths. Can also be the name of a #TEMP table. |
Result Set Columns
| Name | Type | Description |
| Id | String | The id of the created folder. |