Actions
Search Spreadsheets
Search for spreadsheets based on a query.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| Query | A query for filtering the file results. See the Search for files & folders guide for supported syntax. |
| Parameter | Description |
|---|---|
| Delegated User Override | Perform the action on behalf of another user, overriding the delegated user defined in the connection. If not specified, the delegated user is the one provided in the connection. Has no effect when using an OAuth connection. NOTE: the connection details are not edited by this input. |
{
"kind": "drive#fileList",
"incompleteSearch": false,
"files": [
{
"kind": "drive#file",
"mimeType": "application/vnd.google-apps.spreadsheet",
"id": "231049-fsdf-324-sdfsd-f-234asdasdasd",
"name": "test1"
},
{
"kind": "drive#file",
"mimeType": "application/vnd.google-apps.spreadsheet",
"id": "231049-fsdf-324-sdfsd-f-234",
"name": "test2"
}
]
}
Was this page helpful?