Get Folder by name
Get Folder by name
Gets the detailed information of a folder from its 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 to reach. Leave it empty to use "My Drive".
Folder path
Enter the full path of the folder, for example /Documentos/Relatórios.
Returns
Javascript code
js
actions["action-id"].id // unique identifier of the folder (Text)
actions["action-id"].name // folder name (Text)
actions["action-id"].createdTime // creation date (Text)
actions["action-id"].modifiedTime // date of the last change (Text)
actions["action-id"].shared // whether the folder is shared (Yes/No)
Field selection
- id — unique identifier of the folder (Text)
- name — folder name (Text)
- createdTime — folder creation date (Text)
- modifiedTime — date of the last change (Text)
- shared — whether the folder is shared (Yes/No)
Rules and Conditions
- The Google Drive account and Folder path fields are required.
- If the folder is not found, the robot stops with an error.