googleForms.onResponseSubmitted emits every new response version. Google also treats respondent edits as submissions.
Example
Options
Provideform: string as a static ID or standard Forms URL. account is an optional static Google Account binding. Signals can’t choose the watched form or account at runtime.
Trigger data
Returns aFormResponse. See Get form response. Automate.ax sets its cursor when it creates the watch and doesn’t intentionally replay older responses. It loads every response represented by a notification and deduplicates versions by responseId and lastSubmittedTime.