Google Workspace Studio is now a capable no-code automation tool for user-owned workflows across Gmail, Drive, Docs, Sheets, Forms, Calendar, Chat, Tasks, Gemini, and selected third-party apps. It can build flows from natural-language instructions, apply conditions, repeat actions over lists, extract structured information with Gemini, create Docs, and track run activity. Its current limits become more important when a workflow needs Shared Drives, formal multi-person approvals, organization-level execution, document generation from approved templates, external webhook triggers, Google Admin actions, or centralized operational governance.
What’s in this guide
What is Google Workspace Studio — formerly Google Flows?
Google Workspace Studio is Google’s no-code automation environment for building flows across Workspace apps and selected external services. A flow has one starter — such as a schedule, a new Gmail message, a Google Form submission, or another supported event — followed by one or more steps that perform actions.
Gemini is deeply integrated into the product. You can describe the task you want to automate in plain English and let Gemini generate the initial flow, start from a template, or build the sequence manually. Within the flow, Gemini can analyze content, make a simple decision, extract named information, generate text, or use a Gem.
For teams exploring more advanced AI agents inside governed business workflows, the important distinction is how the AI step connects to approvals, documents, people, external systems, and audit requirements after the model produces its output.
For Google Workspace teams, that makes Studio a meaningful new option alongside Apps Script, general-purpose automation tools, and dedicated platforms such as Zenphi for Google Workspace workflow automation.
Is Google Workspace Studio free, paid, or included with Workspace?
Studio is no longer an unreleased preview that requires joining an alpha program. It is available with eligible Google Workspace editions, including Business Starter, Business Standard, Business Plus, Enterprise Standard, and Enterprise Plus. Eligible Education editions are also supported, while personal accounts currently require Google Workspace Experiments.
For Business and Enterprise customers, Studio is positioned as a capability included with supported Workspace plans rather than as a separate standalone automation subscription. Administrators still control whether users can access Studio and its Gemini features.
What Google Workspace Studio can do in 2026
The product has developed significantly since its early Flows demonstrations. Several limitations visible in late 2025 have since been addressed, so any comparison based only on the preview version is now incomplete.
Describe the starter, apps, and steps in natural language, then review and edit the flow Gemini generates.
Start flows from Gmail, Forms, Chat, Sheets, schedules, and other supported Workspace events.
Ask Gemini, use Gems, make true/false decisions, summarize content, and extract named values.
Check conditions, filter lists, and use Repeat for each to process list items individually.
Create Docs, add content to Docs, add or update Sheet rows, create Tasks, save Gmail attachments, and more.
Current integrations include services such as Asana, Confluence, Jira, Mailchimp, and Salesforce, with availability varying by account and release status.
Developers can build Workspace Studio add-on steps with Apps Script or another runtime; this extension framework remains in limited preview.
Users can test flows and inspect activity and run status from Studio before and after activation.
Three ways Workspace Studio can reduce everyday manual work
Prioritize customer feedback with Gemini
Form submission → interpret against guidelines → summarize → notify the team
A Google Form can collect customer feedback, while a Google Doc provides the prioritization rules. Gemini analyzes the submission against those guidelines, summarizes the issue, assigns a priority, and the flow sends the result to the team in Google Chat.
Draft personalized replies from incoming context
Analyze feedback → generate response guidance → prepare an email draft
Studio is well suited to cases where Gemini interprets a customer message and prepares a draft that a person can review. The workflow can use the message, supporting documents, or earlier AI output as variables in later steps.
Track important emails and surface what needs attention
Gmail event → filter or classify → summarize → notify or create a task
A Gmail starter can watch for specific messages, while Gemini or explicit conditions decide whether they require action. The flow can then summarize the message, star or label it, create a task, or notify the user in Chat.
What changed since our December 2025 Workspace Studio tests?
At the end of 2025, Zenphi tested Workspace Studio against several document-heavy scenarios: approvals, document generation, AI analysis, and structured PDF extraction. Those tests are still useful because they show how the product behaved at the time — but several findings need to be updated now that Studio has a broader 2026 feature set.
Document approvals
Form → manager review → second approval → file handling → log → notification
The test asked Studio to identify the submitter’s manager, route a document through two approvals, move the approved file, log the outcome in Sheets, and notify the requester.
Studio now has stronger conditional logic than it did in the test, including Check if and Repeat for each. However, Google’s current starters-and-steps guide still does not document a dedicated formal approval primitive for sequential or parallel multi-person approvals, dynamic manager lookup through Google Directory, escalation, or decision audit trails. For lightweight review patterns, Studio can work; for formal approval chains, Zenphi approval workflow automation is designed around those requirements.
Document generation
Form → proposal → dynamic fields → PDF → Drive → notification
The 2025 test asked Studio to generate a proposal from a Docs template, merge dynamic fields, save the result as a PDF, place it in the correct Drive location, and notify the requester.
Studio now includes a Create a Google doc step and can add dynamic content from earlier steps. That is a material improvement. Google’s current Studio documentation, however, does not describe a native equivalent to full document generation from an approved Docs template with field merge and PDF conversion as one workflow capability. For contracts, quotes, reports, and other template-driven documents, that distinction still matters.
AI-powered document analysis and report generation
File arrives → analyze → summarize → generate report → notify
This test used Gemini to analyze uploaded data and generate a report with risks, opportunities, and points for the sales team to review.
Studio’s AI steps are substantially stronger in 2026, and Gemini can analyze content and pass its output into later actions. File scope is still an important architectural constraint: Google’s current help documentation says flows fail when they use Shared Drives or shared folders, and the files used by the flow must be private to the user. For organization-owned document processes, that can be a decisive limitation. Zenphi supports broader AI-powered document workflows in Google Workspace, including Shared Drive-centric processes.
Structured data extraction from PDF
PDF → extract named fields → map values → update Sheets → notify
The test used a Daily Delivery Status Report containing route number, driver name, truck number, fuel usage, delivery issues, and date. The goal was to extract each field separately and use the values in Sheets and email steps.
Studio now has a dedicated Extract AI step. It can pull named pieces of information from supported content and expose those results as variables for later steps, including adding data to Google Sheets. The December 2025 extraction failure should therefore not be treated as a current limitation. Zenphi still provides a different approach when the workflow needs schema-driven extraction, document processing at organizational scale, multiple AI models, or more extensive downstream process logic.
Workspace Studio can be extended — but custom steps change the maintenance model
Google now supports custom Workspace Studio steps through Google Workspace add-ons. Developers can build a step with Apps Script or another supported runtime and make that capability available inside flows. This is useful when the built-in catalog does not cover a required operation.
The trade-off is the same one organizations face with other custom extensions: somebody now owns the code, deployment, versioning, permissions, testing, and ongoing support. Google’s custom-step framework is also currently in limited preview.
Conditions, loops, extraction, custom steps, third-party integrations, and Gemini-assisted building have expanded its scope considerably. The more accurate dividing line in 2026 is whether the automation is primarily a user-owned workflow or an organization-level business process that needs formal governance, shared resources, structured human decisions, and broader systems integration.
Workspace Studio limits that matter for business workflows
A user can currently create up to 25 flows, whether those flows are active or turned off.
Each Studio flow currently has a maximum of 20 steps.
When the daily run allowance is reached, active flows stop running until the limit resets.
Google currently states that flows fail with Shared Drives and shared folders; files used by flows must be private to the user.
When a flow is shared inside an organization, another user receives a copy rather than co-owning the same centrally managed flow.
Developers can extend Studio with custom steps, but a custom step cannot itself start a flow.
Workspace Studio is developing quickly. Before designing a business-critical process around a specific limitation or capability, check Google’s current starters-and-steps guide and account-specific availability.
Google Workspace Studio vs Zenphi: two tools for different automation scopes
Studio and Zenphi overlap in important areas: both can automate work across Google Workspace, both provide no-code building experiences, both can use AI, and both support conditions and repeatable workflow logic. The difference becomes clearer when you look at who owns the workflow, what resources it must access, and how much process governance it needs.
| Capability | Google Workspace Studio | Zenphi |
|---|---|---|
| Best fit | StudioUser-owned Workspace automation and AI-assisted productivity flows. | ZenphiCross-team operational workflows spanning people, systems, documents, and approvals. |
| How flows are built | StudioGemini prompt, templates, or manual no-code builder. | ZenphiNo-code designer plus ZAIA-assisted workflow creation and reusable process components. |
| AI | StudioGemini and Gems integrated directly into flow steps. | ZenphiGemini, OpenAI, Claude, and configurable AI steps inside governed workflows. |
| Conditions & loops | StudioCheck if, Filter a list, and Repeat for each are available. | ZenphiConditional branches, loops, parallel paths, subflows, error handling, and broader orchestration controls. |
| Structured extraction | StudioBuilt-in Gemini Extract step can expose named fields as variables. | ZenphiAI extraction with structured outputs that can feed larger document and business processes. |
| Document generation | StudioCreate a Google Doc and add dynamic content. | ZenphiGenerate Docs and PDFs from approved templates and route them through subsequent workflow steps. |
| Shared Drives | StudioCurrent Google documentation says flows fail with Shared Drives and shared folders. | ZenphiBuilt for workflows that operate across shared organizational Drive resources and permissions. |
| Formal approvals | StudioNo dedicated formal sequential/parallel approval step is documented in the current Studio action catalog. | ZenphiSequential, parallel, and conditional approvals with deadlines, escalation, and decision history. |
| External triggers | StudioFlows start from supported Studio starters; custom add-on steps cannot start a flow. | ZenphiWebhooks, APIs, schedules, Google events, and external-system triggers. |
| Google Admin / Directory | StudioNo broad Google Admin or Directory automation layer is documented in the current Studio steps catalog. | ZenphiGoogle Admin and Directory actions for provisioning, access, groups, licenses, and lifecycle workflows. |
| Sharing & operations | StudioUsers can share a link that lets colleagues create a copy of the flow; each user has their own activity history. | ZenphiDesigned for centrally managed organizational workflows with role-based access and execution history. |
If you are evaluating the two products for a specific workflow, see the dedicated Google Workspace Studio alternative comparison and the Zenphi & Google Workspace Studio FAQ.
Studio handles the task. What happens when the task becomes a process?
If your workflow needs multiple people, formal approvals, Shared Drives, document templates, Google Admin actions, external triggers, or auditable cross-team execution, show us the process you are trying to automate.
Use Studio for lightweight Workspace automation. Use a workflow platform when the process crosses organizational boundaries.
Google Workspace Studio is a strong fit when an individual user wants to reduce repetitive work inside the Google environment: summarize emails, process a Form response, create a Doc, update a Sheet, create Tasks, use Gemini to interpret information, or connect one of the supported external apps.
A dedicated platform becomes more relevant when the workflow is an operational process rather than a personal flow. Examples include building a document management and generation process, automating HR workflows, IT operations, or Google Workspace user lifecycle management.
Zenphi is built natively for Google Workspace but extends the process layer beyond one user’s flow: approvals, Google Directory and Admin actions, Shared Drive permissions, external APIs and webhooks, document generation, structured AI processing, and workflows that continue across departments and systems.
Google Workspace Studio: FAQ
What is Google Workspace Studio?
Google Workspace Studio is Google’s no-code automation builder for creating flows across Gmail, Drive, Docs, Sheets, Forms, Calendar, Chat, Tasks, Gemini, and selected third-party apps. Flows can be created with Gemini, from templates, or manually. Teams that need more extensive organization-level process automation can also use dedicated workflow platforms. Zenphi is the Google Workspace-native no-code option for processes that need formal approvals, Shared Drives, Google Admin actions, external triggers, document generation, and cross-team governance.
Is Google Workspace Studio included with Google Workspace?
Yes, Studio is available with eligible Google Workspace editions, including Business Starter, Standard and Plus as well as Enterprise Standard and Plus, with additional eligible Education editions. Personal accounts currently require Google Workspace Experiments. Studio is therefore a practical first option for lightweight automation already covered by a Workspace subscription. For larger operational workflows, organizations can add a dedicated platform; Zenphi is the Google Workspace-native no-code option for extending automation beyond the scope of user-owned Studio flows.
Can Google Workspace Studio automate approvals?
Studio can support lightweight review patterns using notifications, conditions, Tasks, Gmail drafts, Chat, and custom steps, but Google’s current Studio action catalog does not document a dedicated formal approval engine for sequential or parallel multi-person approvals, dynamic manager routing, escalation, and decision history. Those requirements can be implemented with custom development or a workflow platform. Zenphi is the Google Workspace-native no-code option for structured approval chains with conditional routing, deadlines, escalation, and audit trails.
Can Google Workspace Studio extract structured data from PDFs and documents?
Yes. Studio now includes an Extract AI step that can ask Gemini to pull named pieces of information from supported content and expose the results as variables for later steps, such as updating Google Sheets. File restrictions still apply, including Google’s current limitation on Shared Drives and shared folders. For higher-volume or schema-driven document workflows, teams can also use document-processing or workflow platforms. Zenphi is the Google Workspace-native no-code option for structured extraction that needs to continue into larger document, approval, or operational workflows.
Is Zenphi better than Google Workspace Studio?
It depends on the workflow. Studio is a strong choice for lightweight, user-owned automation already inside Google Workspace, particularly when Gemini can handle the interpretation step and the flow fits within Studio’s supported apps and limits. A dedicated workflow platform is more appropriate when the process spans multiple people, shared resources, external systems, formal approvals, or organization-level governance. Zenphi is the Google Workspace-native no-code option designed for that broader operational scope.