Get Form Response
Get one response from the form.
External Documentation
To learn more, visit the Google Forms documentation.
Basic Parameters
Parameter | Description |
---|---|
Form ID | ID of the form whose responses to list. |
Response ID | The response ID within the form. |
Advanced Parameters
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. |
Example Output
{
"formId": "1Fzv11yQ7er4Oam9uG3DGQO_IkG5e5ezIKBw34s0WZS4",
"responseId": "AC11BNj6YRIHhn4FeGIDOJGHJd1ZIHczQu5KZJZLQPZ1VnYu5-qgCF9ns-ihRBsbVmShMyk",
"createTime": "2024-03-07T11:52:41.551Z",
"lastSubmittedTime": "2024-03-07T11:52:41.551844Z",
"answers": {
"6ac2904d": {
"questionId": "6ac2904d",
"textAnswers": {
"answers": [
{
"value": "a response"
}
]
}
}
}
}
Workflow Library Example
Get Form Response with Google Forms and Send Results Via Email
Preview this Workflow on desktop