Short answer: You can create folder in Dropbox by hand from its own interface, but it won’t repeat itself. On TinyCommand, add the Dropbox Create Folder action to a workflow, map its 2 inputs from any upstream app, and it runs automatically every time the trigger fires. No code, and a free tier to start.
Every field can be mapped from an upstream trigger, AI step, table row, or hard-coded literal.
| Field | Type | Required | Description |
|---|---|---|---|
Folder Path path | string | Required | Full path including the new folder name |
Auto-Rename if Exists autorename | options | Optional | Auto-Rename if Exists. Options: No (fail if exists), Yes (append number) |
{"path": "e.g. /Projects/Q1 2025","autorename": "{{trigger.autorename}}"}
{"metadata": {"id": "id:abc123","name": "Q1 2025","path_display": "/Projects/Q1 2025"}}
Use these fields in downstream nodes for routing, logging, or error handling.
Any of these apps can fire this action as part of a workflow.