Short answer: You can get google form in Google Forms by hand from its own interface, but it won’t repeat itself. On TinyCommand, add the Google Forms Get Google Form 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"}
{"info": {"title": "Customer Feedback Survey","description": "Please share your feedback","documentTitle": "Customer Feedback Survey"},"items": [{"title": "How would you rate our service?","itemId": "4a5b6c7d","questionItem": {"question": {"required": true,"questionId": "1e2f3g4h","scaleQuestion": {"low": 1,"high": 5,"lowLabel": "Poor","highLabel": "Excellent"}}}}],"formId": "1BxiMVs0XRA5nFMdj5n76UEAf3RCmWMR6","revisionId": "00000042","responderUri": "https://docs.google.com/forms/d/e/1FAIpQLSd.../viewform"}
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.