Inputs
SelectItem
Output
Type:str
Returns the document ID.Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Requires user to select a Google Doc via Official Drive file picker
| App | Google Docs |
| Operation ID | docs_select_document |
| Type | Action |
| Connection | drive (required) |
| Credits per run | Free |
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
document | string or SelectItem | Yes | - | The Google Docs document selected from Google Drive. Can be either a string ID or an object with { label, value } format. |
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
value | string | Yes | - | The value of the selectable item. |
label | string | Yes | - | The label of the selectable item, used for display purposes. If not provided, defaults to the value. |
str
Returns the document ID.