Skip to content

Get Form Response Node

Data/Google/Forms

Get Form Response

Get a specific response from a Google Form

data_google_forms_get_responsedataLong running
Inputs4
Outputs4
Security exposure10/10
Packagedata

Ratings

Scores range from 0 to 10. Higher values mean more impact, exposure, or operational weight.

No score metadata has been set for this node yet.

Input Pins

4

Input

Execution
exec_in

Trigger

Provider

Struct
provider

Google provider

GoogleProviderGoogleProvider4 fields
provider_idstringrequired

The provider ID

access_tokenstringrequired

The OAuth access token

refresh_tokenstring | null

Optional refresh token

expires_atinteger | null

Token expiration timestamp (unix seconds)

format uint64min 0
Schema enforced

Form ID

String
form_id

The ID of the form

Response ID

String
response_id

The ID of the response

Output Pins

4

Success

Execution
exec_out

Error

Execution
error

Response

Struct
response

Form response

GoogleFormResponseGoogleFormResponse6 fields
responseIdstringrequired
formIdstringrequired
createTimestringrequired
lastSubmittedTimestringrequired
respondentEmailstring | null
answersArray<GoogleFormAnswer>required
itemsGoogleFormAnswerarray item
questionIdstringrequired
textAnswersarray | null
itemsstringarray item
fileUploadAnswersarray | null
itemsstringarray item

Error Message

String
error_message

Node Info

Internal name
data_google_forms_get_response
Category
Data/Google/Forms