You open Gmail and see a stack of new email, a form submission nobody has looked at, and a Drive folder full of unsorted attachments. None of it is complicated work, but it still eats time every day. If you are already paying for Google Workspace, there is a better way to handle the repetitive parts.
Google Workspace Studio gives you an AI-powered way to automate busywork across Gmail, Calendar, Drive, Forms, Sheets, and Tasks. You don't need to build everything from scratch - you can start with simple templates and customize them as you get more confident.
A note on the name. If you know this product as "Google Workspace Flows," you're in the right place - Google's own FAQ describes Studio as "an evolution of the capabilities we released in alpha as Google Workspace Flows" (Google Workspace Studio). The automations you build inside it are still called flows.
This guide walks through a beginner-friendly setup and five templates built only from Starters and Steps that exist in the product today, named exactly as Google names them in the Guide to Starters & Steps.
Workspace Studio explained: simple automation for beginners
If you already read the overview on what Google Workspace Studio is, think of this as the practical, templates-focused follow-up. If not, here's the 30-second version.
Every flow is made of three building blocks:
- Starters: the event that kicks things off - an email arrives, a form is submitted, a schedule fires.
- Steps: the actions that run after the starter - label an email, draft a reply, ask Gemini to summarize.
- Variables: the pieces of information that move between steps - the sender's email, a subject line, a form answer.
Key insight: As a beginner, you don't need to master variables or AI prompting on day one. Templates handle most of the setup for you. Your main job is plugging in your own details - a folder name, a form ID, a Sheet tab.
Creating your first flow from a template
Before the five templates, here's how a beginner sets one up. The exact UI may shift as Google iterates, but the core steps hold.
- Open Workspace Studio from your Google Workspace apps menu.
- Go to the template gallery (Discover) and browse recommended flows.
- Pick a template close to what you want. For this guide, choose one that starts from an email and produces a notification or a draft.
- Review the starter. Check what kicks off the flow - "When I get an email," filtered by sender or keyword - and adjust it to match your case.
- Review each step. Click through them one by one. Confirm any Chat notification goes to yourself (that's the only option), and update folder names, Sheet tabs, or label names to match your setup.
- Name and save the flow, and make sure it's toggled on.
- Test with a safe example. Google's own guidance is explicit here: "a test run does real actions" - it drafts messages, creates calendar events, and edits documents - so test against your own email address and copies of any document a flow will touch, not production data (Test run a flow before you turn it on).
Pro tip: Start with low-risk, internal workflows while you're learning. Test on your own email or a dummy form before you automate anything customer-facing.
Once you're comfortable with this pattern, you can reuse it for the templates below.
1. Draft replies to common email questions
You probably get the same handful of questions repeatedly: pricing, hours, how to reschedule. Workspace Studio can spot the pattern and draft a first-pass reply for you to review.
When to use it: you receive frequent, predictable inbound questions and already have standard answers written down somewhere.
How the flow works:
- Starter: When I get an email, filtered to a subject keyword (for example, "pricing") or a specific alias like
support@yourcompany.com - Step 1 (optional): Add or remove labels - apply
Auto-Reply Draftso these are easy to find - Step 2: Ask Gemini to draft a reply using your FAQ content as context, with instructions like "keep it under 200 words, don't promise discounts"
- Step 3: Draft an email - the reply lands in your Gmail Drafts folder
Build note: the flow stops at a draft. Google describes the Gmail draft step as one that lets you "review and send it later" - there is no step that sends the reply automatically, so every response still gets a human read before it goes out.
2. Reserve calendar time from a scheduling email
Booking calls from email threads is a common time sink: you agree on a time, then manually build the calendar event.
When to use it: you book consultations or appointments over email and often forget to log them right away.
How the flow works:
- Starter: When I get an email, labeled
Needs Schedulingor matching a keyword like "meeting" or "call" - Step 1: Extract the date, start time, and duration from the email body
- Step 2: Block time on your calendar using the extracted values
Build note - read this before you plan around it. Block time shipped on May 6, 2026 for exactly this kind of case (Improvements to the Meet starter step and Calendar time-blocking capabilities in Google Workspace Studio). But Google states plainly: "the event the flow creates is just for you and no guests can be added." This reserves your own slot; it does not invite the other person. You still send the confirmation and the invite yourself.
3. File attachments to Drive and log them in Sheets
Unsorted Drive folders are a quiet productivity drain. Workspace Studio can't rename or move files that already exist - there's no step for either action - but it can catch new attachments as they arrive and file them correctly from the start.
When to use it: your team regularly receives invoices, contracts, or proposals as email attachments and needs them findable later.
How the flow works:
- Starter: When I get an email
- Step 1: Decide whether this email is one you want filed - for example, "this is an invoice or a signed document from a client"
- Step 2: Check if the Decide result is true
- Step 3: Add email attachments to Drive, pointed at a folder in your own My Drive
- Step 4: Add a row to a tracking Sheet - sender, subject, date received
Build note: the destination folder has to be in My Drive, not a Shared Drive - flows fail against "Shared Drives, shared folders, or spreadsheets with the IMPORTRANGE function" (Get started with Google Workspace Studio). If your team needs shared visibility, share the tracking Sheet, not the folder.
4. Summarize and log form submissions
Google Forms is a favorite for lead capture and internal requests, but submissions often sit unread in a Sheet tab.
When to use it: you use Forms for contact requests, feedback, or internal requests, and want to know about a submission as soon as it lands.
How the flow works:
- Starter: When a form response comes in
- Step 1: Summarize the submission
- Step 2: Decide whether it's high priority, described in your own words
- Step 3: Check if high priority
- Step 4: Notify me in Chat with the summary
- Step 5: Add a row to a master tracking Sheet
Build note: step 4 notifies you - Google describes the Chat notify step as sending "a direct notification message only to yourself" (Guide to Starters & Steps). There's no step that posts a submission into a shared Chat space or routes it to a specific teammate; if several people need to see it, add a second Notify me step for each person's own flow, or share the tracking Sheet.
5. Schedule a weekly Sheets report
A lot of small businesses already track leads, revenue, or tickets in Sheets, but turning that into a readable summary takes manual effort every week.
When to use it: you do recurring check-ins and want a written summary instead of raw rows.
How the flow works:
- Starter: On a schedule - set it to Monday morning
- Step 1: Get sheet contents from the tab holding the week's data
- Step 2: Ask Gemini to summarize the figures and flag anything unusual, with the sheet contents passed in as a variable
- Step 3: Notify me by email with the summary
Build note: pass data between steps with variables rather than hardcoding values (Use variables to pass data in your flow). Step 3 emails you, not the team - forward it, or share the underlying Sheet. And per the Shared Drive limit above, a Sheet using IMPORTRANGE won't work here; consolidate into a single owned Sheet first.
Avoiding common mistakes
- Starter too narrow. If the trigger condition is an exact-match phrase, the flow rarely fires. Start broader ("subject contains") and tighten once you've confirmed it's working.
- Missing permissions. A flow fails silently if it can't reach a folder, form, or Sheet. Make sure the account that owns the flow has access to everything it references.
- Testing with real data. Always test against your own email and copies of any document first - see the test-run warning above.
- No failure notification. Add a final step that notifies you when a flow errors or returns nothing, so a broken flow doesn't sit unnoticed.
- Over-building the first flow. Start with one narrow, high-value flow and handle the exceptions by hand until you understand the pattern. Then automate the next one.
When Workspace Studio is the right tool, and when it isn't
Workspace Studio is a strong fit when most of your work happens inside Google apps and you want Gemini's judgment - summaries, drafts, classification - built into the workflow rather than bolted on.
You'll likely outgrow it if you rely heavily on non-Google tools, need a workflow to send email or post to a shared space without a human in the loop, or need very complex branching and error handling. That's where Zapier, Make, or n8n earn their cost - see Google Workspace Studio vs n8n for a fuller comparison.
If you're not sure where to begin with automation more broadly, your first AI automation can help you prioritize the right first project.
Common questions
1. Do I need a specific Google Workspace plan to use these templates?
Studio itself has no separate price tag - Google states it "is now generally available with all Business and Enterprise Workspace plans" (Google Workspace Studio). You need a qualifying Workspace edition and Gemini enabled by your admin.
2. Can I use these templates if I'm not technical?
Yes. You're mostly changing simple fields - email addresses, folder names, labels. Start with one template, test it carefully, and build confidence from there.
3. What happens if a flow fails or something it references changes?
A flow can break if a referenced folder, Sheet, or form is renamed or deleted. Test critical flows periodically and add a failure notification so you catch issues before they pile up.
4. Is Workspace Studio better than Make or Zapier for beginners?
For workflows that live entirely inside Google Workspace, Studio is usually simpler because it's native and needs no extra login. For workflows that touch many third-party tools, a dedicated automation platform is still the better fit.
5. Can I turn off a flow if I don't like the results?
Yes, flows can be toggled off at any time. Keep drafts and notifications on but leave anything customer-facing to manual review until you trust the pattern.
Your next step
If your day includes repetitive replies, manual scheduling, or unsorted attachments, Workspace Studio can take a real chunk of that off your plate - starting with narrow, beginner-friendly templates like the five above.
Pick one and set it up this week. Once you've seen what it feels like to have Google handle a routine task end to end, the next few worth automating get easier to spot. For more worked examples with the exact steps behind each one, see 10 production-ready Workspace Studio flows for small teams.
Ready to design a Workspace Studio rollout that fits your business and existing tools? Book a demo with Evalics and we'll help you choose, design, and implement your first high-impact automations.
By Kevin Michael Schindler, AI Automation Expert at Evalics
