Get Drive by Name
Get Drive by Name
Gets the information of a specific drive by its name.
Options
Google Drive account
Select the Connection action set up in the flow.
Drive name
Enter the exact name of the drive to find.
Returns
Javascript code
js
actions["action-id"].id // unique identifier of the drive (Text)
actions["action-id"].name // drive name (Text)
Field selection
- id — unique identifier of the drive (Text)
- name — drive name (Text)
Rules and Conditions
- The Google Drive account and Drive name fields are required.
- If no drive is found with the given name, the robot stops with an error.
- The name must match the drive name exactly, including upper and lower case.