Google Forms is a survey administration software included as part of the free, web-based Google Docs Editors suite offered by Google. The service allows users to create surveys and quizzes with multiple question types.

Changelog

4 versions
v2.0.1 Latest
  • Fixed a crash when a Find/List component saved an EMPTY result set to a CSV file — the header row was built from the first record without checking there was one, so a search that legitimately matched nothing failed the flow instead of writing an empty file.
v2.0.0
  • (breaking change) MakeApiCall redesigned to the #1459 standard: the query-parameters input `queryParams` is replaced by key-value `parameters`, and `headers` becomes a key-value array input. Existing flows using MakeApiCall must be updated.
v1.0.2
  • Added output examples to component schemas.
v1.0.1
  • Initial release with core Google Forms actions
  • Implemented Create Form, Get Form, Get Response, Delete Form, Update Form, and Make API Call actions

Authentication

TypeDetails
OAuth 2
Scopes:
profile email

Actions

7
Create Form icon

Create Form

Creates a new Google Form with the specified title and optional document title.
Additional Scopes:
...tps://www.googleapis.com/auth/forms.body
Delete Form icon

Delete Form

Removes a Google Form and moves it to trash. Note: This uses Google Drive API as Forms API doesn't have a direct delete endpoint.
Additional Scopes:
https://www.googleapis.com/auth/drive
Find Forms icon

Find Forms

Fetches a list of Google Forms that match the provided search criteria.
Additional Scopes:
...//www.googleapis.com/auth/drive.readonly
Find Responses icon

Find Responses

List a form's responses, at most 5000 responses are returned.
Additional Scopes:
...leapis.com/auth/forms.responses.readonly
Get Form icon

Get Form

Retrieves an existing Google Form by its ID.
Additional Scopes:
...//www.googleapis.com/auth/drive.readonly
Make Api Call icon

Make Api Call

Performs an arbitrary authorized API call to the Google Forms API.
Additional Scopes:
...tps://www.googleapis.com/auth/forms.body
Update Form icon

Update Form

Updates an existing Google Form's title, description, or document title using batch update.
Additional Scopes:
...tps://www.googleapis.com/auth/forms.body