Skip to main content
Folders

Create Folder

Create Folder

Creates a new folder at a specific path in Google Drive.


Options

Google Drive account

Select the Connection action set up in the flow.

Drive (optional)

Enter the name of the drive the folder will be created in. Leave it empty to use "My Drive".

Folder path

Enter the full path of the folder to create, including its name, for example /Documentos/Relatórios/2026.

Create intermediate folders

When enabled, it automatically creates every folder of the path that does not exist yet. Default: disabled.

Returns

Javascript code

js
actions["action-id"].id // unique identifier of the folder created (Text)

Field selection

  • id — unique identifier of the folder created in Google Drive (Text)

Rules and Conditions

  • The Google Drive account and Folder path fields are required.
  • If Create intermediate folders is disabled and some folder of the path does not exist, the robot stops with an error.