Google Forms · Arazzo Workflow
Google Forms Safe Form Edit with Write Control
Version 1.0.0
Read a form's current revision, apply a batch update guarded by that revision, and confirm the new revision.
View Spec
View on GitHub
Data CollectionFormsGoogleGoogle WorkspaceQuestionnairesResponsesSurveysArazzoWorkflows
Provider
Workflows
safe-form-edit
Edit a form without clobbering a concurrent writer, using revision-guarded write control.
Reads the current revision id, retitles the form and updates one existing item under that revision guard, then confirms the resulting revision id.
1
readCurrentRevision
getForm
Read the form to capture the revision id the edit will be based on, along with the current items so the caller can confirm itemIndex points at the item they mean to change.
2
applyGuardedUpdate
batchUpdateForm
Apply the title change and the item change in one batch update, declaring the revision read above as required. The service rejects the batch if the form has moved on, which is the concurrency guarantee this flow exists for.
3
confirmRevision
getForm
Read the form back to confirm the applied title and to capture the new revision id to carry into the next edit.