External DocumentationTo learn more, visit the Google Forms documentation.
Actions
Get Form Response
Get one response from the form.

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 |
|---|---|
| Form ID | ID of the form whose responses to list. Can be obtained from the URL while editing the form. |
| Response ID | The response ID within the form. |
| 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. |
{
"formId": "<string>",
"responseId": "<string>",
"createTime": "2022-12-07T18:01:55",
"lastSubmittedTime": "2023-01-15T02:50:59",
"answers": {
"1488e269": {
"questionId": "<string>",
"textAnswers": {
"answers": [
{
"value": "<string>"
}
]
}
}
}
}
Was this page helpful?