Google Forms · Arazzo Workflow
Google Forms Harvest Form Responses
Version 1.0.0
Read a form's question structure, page through its responses since a timestamp, and pull one response in full.
View Spec
View on GitHub
Data CollectionFormsGoogleGoogle WorkspaceQuestionnairesResponsesSurveysArazzoWorkflows
Provider
Workflows
harvest-form-responses
Pull new form responses with the question structure needed to interpret them.
Reads the form items to map question ids to titles, lists responses filtered by submission timestamp, and fetches the first returned response by id.
1
readFormStructure
getForm
Read the form to capture its items. Each answer in a response is keyed by question id, so this structure is what makes the harvested answers interpretable downstream.
2
listResponses
listFormResponses
List the responses submitted after the supplied timestamp. The next page token is carried out so a caller can resume paging on the next run.
3
getResponseDetail
getFormResponse
Retrieve the first returned response by id for the full answer payload, including any file upload answers and the respondent email when the form collects it.