Short answer: You can list form responses in Google Forms by hand from its own interface, but it won’t repeat itself. On TinyCommand, add the Google Forms List Form Responses 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 |
|---|---|---|---|
Form ID form_id | string | Required | The unique identifier of the Google Form |
{"form_id": "e.g. 1BxiMVs0XRA5nFMdj5n76UEAf3RCmWMR6"}
{"responses": [{"answers": {"1e2f3g4h": {"questionId": "1e2f3g4h","textAnswers": {"answers": [{"value": "5"}]}}},"createTime": "2026-04-20T14:30:00Z","responseId": "ACYDBNh1abc123","respondentEmail": "respondent@example.com","lastSubmittedTime": "2026-04-20T14:32:00Z"}]}
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.