Batch Update Form
Change the form with a batch of updates.
External Documentation
To learn more, visit the Google Forms documentation.
Basic Parameters
Parameter | Description |
---|---|
Form ID | The resource ID of the forms. |
Include Form In Response | Whether to return an updated version of the model in the response. |
Requests | The update requests of this batch.Union field kind. The kind of request. kind can be only one of the following:
|
Write Control Required Revision ID | The updated write control after applying the request - Union field control. Determines the revision of the form from which changes are to be applied,and how the request should behave if that revision is not the current revision of the form. control can be only one of the following:
|
Write Control Target Revision ID | The updated write control after applying the request - Union field control. Determines the revision of the form from which changes are to be applied,and how the request should behave if that revision is not the current revision of the form. control can be only one of the following:
|
Advanced Parameters
Parameter | Description |
---|---|
Delegated User Override | Perform the action on behalf of another user, overriding the delegated user defined in the connection.If not specified, the delegated user is the one provided in the connection.Has no effect when using an OAuth connection.NOTE: the connection details are not edited by this input. |
Example Output
{
"replies": [
{}
],
"writeControl": {
"requiredRevisionId": "0000000d"
}
}
Workflow Library Example
Batch Update Form with Google Forms and Send Results Via Email
Preview this Workflow on desktop