Google Forms · Arazzo Workflow
Google Forms Close a Form and Export Final Responses
Version 1.0.0
Stop a form accepting responses, then take the final response export and record the closing state.
View Spec
View on GitHub
Data CollectionFormsGoogleGoogle WorkspaceQuestionnairesResponsesSurveysArazzoWorkflows
Provider
Workflows
close-form-and-export
Stop collection on a form and take a clean final export of its responses.
Sets the form to stop accepting responses while leaving it published, lists the final responses, and reads the form back for its closing state.
1
stopAcceptingResponses
setPublishSettings
Close the form to new responses first, so the export below runs against a set that can no longer change. The form stays published by default, which shows responders a closed notice instead of an error.
2
exportFinalResponses
listFormResponses
List the final set of responses. Collection is already closed, so this is a stable export; follow the next page token until it is absent to take the whole set.
3
recordClosingState
getForm
Read the form back to archive its final structure, publish settings, and the linked sheet id that holds the accumulated responses.