CreateFolder
Creates a new folder or multiple folders at specified Dropbox paths; supports batch folder creation via structured input.
Input
| Name | Type | Required | Description |
| Path | String | False | The full path in the user's Dropbox where the new folder should be created. |
| AutoRename | Boolean | False | When set to true, Dropbox will automatically rename the folder to avoid name conflicts with existing folders.
The default value is false. |
| ForceAsync | Boolean | False | When set to true, forces the folder creation to run asynchronously. This option is available only when using ObjectPathsAggregate.
The default value is false. |
| ObjectPathsAggregate | String | False | A JSON-formatted aggregate representing the folder paths to be created. This can also reference a #TEMP table containing the paths. |
Result Set Columns
| Name | Type | Description |
| Id | String | The unique identifier of the newly created folder. |