FeatureFuel
13

Add “Create Folder” operation in Flow

Source: directus/directus#24552 · opened by @DeanKamali
Summary Currently, folder creation in Directus requires custom scripting or external webhooks to call the API (using functions like createFolder). A built‐in flow operation for creating folders would streamline workflows and reduce development overhead by allowing users to easily automate file organization directly within the flow builder. Basic Example _No response_ Motivation Empower users to effortlessly automate asset organization and reduce custom code overhead with a built-in ‘Create Folder’ flow operation Detailed Design Overview Introduce a native Create Folder operation within the flow builder. This operation will call the existing Directus API (e.g., via the createFolder function) to create a virtual folder (a record in the directus_folders collection) and then append the resulting folder object to the flow’s data chain. Configuration • Folder Name (required): - A text input that accepts static text or dynamic data (e.g., {{ $trigger.folder_name }}).…

No pledges yet. Be the first to back this.

Make a pledge

Pledge your monetary support if this feature is added.

$

Comments

No comments yet.

Replying to

Add a comment

What do you think about this feature request?


Similar requests