Short answer: You can list sheet tabs in Google Sheets by hand from its own interface, but it won’t repeat itself. On TinyCommand, add the Google Sheets List Sheet Tabs action to a workflow, map its 1 input from any upstream app, and it runs automatically every time the trigger fires. No code, and a free tier to start.
Every field can be mapped from an upstream trigger, AI step, table row, or hard-coded literal.
| Field | Type | Required | Description |
|---|---|---|---|
Spreadsheet ID spreadsheet_id | string | Required | The ID from the spreadsheet URL (between /d/ and /edit) |
{"spreadsheet_id": "e.g. 1BxiMVs0XRA5nFMdKvBdBZjgmUUqptlbs74OgVE2upms"}
{"sheets": [{"properties": {"index": 0,"title": "Sheet1","sheetId": 0,"sheetType": "GRID","gridProperties": {"rowCount": 1000,"columnCount": 26}}},{"properties": {"index": 1,"title": "Summary","sheetId": 456,"sheetType": "GRID","gridProperties": {"rowCount": 500,"columnCount": 10}}},{"properties": {"index": 2,"title": "Charts","sheetId": 789,"sheetType": "GRID","gridProperties": {"rowCount": 200,"columnCount": 5}}}]}
Use these fields in downstream nodes for routing, logging, or error handling.
Any of these apps can fire this action as part of a workflow.