Skip to main content

Get Form Response

Get one response from the form.

External Documentation

To learn more, visit the Google Forms documentation.

Basic Parameters

ParameterDescription
Form IDID of the form whose responses to list.
Response IDThe response ID within the form.

Advanced Parameters

ParameterDescription
Delegated User OverridePerform 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

Workflow LibraryPreview this Workflow on desktop