Skip to main content
batchUpdateForm is the escape hatch for Forms features that do not yet have a code-first action. Prefer the high-level item, metadata, settings, and publishing actions for common operations.

Example

Inputs

form and a non-empty requests array of Google Forms API Request objects are required. includeForm controls whether Google returns the updated form. Use either requiredRevisionId for a strict optimistic write or targetRevisionId to merge against a recent revision, never both. account selects the Google account.

Output

Replies correspond one-to-one with requests. Provider-native request shapes follow the Google Forms API and can change independently of Automate.ax’s high-level types.