C
CertPilot

Alerts recipe

Important form response logged and escalated to an existing Chat space

When a Form response arrives, log it to a Sheet and post to an existing Chat space only when its priority field meets your escalation rule.
IntermediateNot run by CertPilotVerified

“Verified” means checked against Google’s official Workspace Studio documentation — not that CertPilot has run this flow in a live Workspace.

Overview

What this recipe does

Every Form response is logged once, while only responses matching the exact high-priority rule create an escalation post in the existing Chat space.

Starter: When a form response comes in (an operational intake Google Form with a priority field)

Build

Steps

  1. Log every responseSheetsUse Sheets 'Add a row' to record the submission, requester, priority, owner, and source link before any escalation decision.
  2. Check the priority ruleUse 'Check if' to continue the escalation substeps only when the submitted priority equals your exact high-priority value. Keep the rule deterministic rather than asking Gemini to infer urgency.
  3. Post the escalation to ChatChatInside the condition, use Chat 'Post in a space' to post the minimum actionable summary, Sheet link, and named owner to an existing operations space.

Data

Variables

  • RequesterPerson or team submitting the Form. (e.g. Finance)
  • PriorityA controlled Form value used by Check if. (e.g. High)
  • Request summaryThe concise operational issue from the Form. (e.g. Payroll file access blocked)
  • OwnerThe internal person named to take the next action. (e.g. helpdesk@example.com)

Google Gemini

Describe it with AI

Paste this draft into Google Workspace Studio's Describe it with AI box, then review and adjust the flow it builds. This is Google's Gemini feature — CertPilot does not run any AI.

When a response is submitted to my operational intake form, add every response to my Intake Log sheet, check whether the Priority field exactly equals High, and only then post the requester, summary, owner, and Sheet link to my existing Operations Alerts Chat space.

Before you start

Prerequisites

  • An eligible Google Workspace edition with Workspace Studio and Gemini enabled by your admin.
  • Access to Sheets and Chat (subject to your admin's Studio step controls).
  • A Google Form with a controlled priority field, an Intake Log Sheet, and an existing operations Chat space.

Boundaries

Security & limitations

Security notes

  • Use controlled Form choices for the priority rule; do not allow free text to decide whether the escalation runs.
  • Post only the minimum actionable detail to Chat and keep sensitive evidence in the restricted Sheet.
  • Subject to your admin's Studio controls, DLP, and external-user approval policy.

What it does not do

  • The flow trusts the submitted priority value; it does NOT independently assess severity or validate the request.
  • Chat cannot create a space — the escalation posts to an existing one.
  • It logs and notifies only; it does not assign a ticket, page an on-call service, or resolve the request.

Verify

Test it safely

  • Workspace Studio test runs take real actions — this test really adds Sheet rows and posts matching responses to Chat.
  • Submit one Low and one High fictional response to a test Form connected to a test Sheet and Chat space.
  • Confirm that both rows are logged but only the exact High value produces a Chat post.

Provenance

Official sources