ACRA Registered
Operations Guide 24 May 2026 · 5 min read

Google Workspace Is More Powerful Than You Think — Here's What You're Not Using

Most small businesses use Google for email, Docs, and the occasional spreadsheet. The rest of what's available — free automation, no-code mobile apps, live business dashboards — goes untouched. Here's what you're sitting on.

You're already using Gmail, Docs, and maybe Sheets. That's about 20% of what a free Google account actually includes. The rest — a built-in automation tool, a no-code mobile app builder, a free dashboard platform, and more — goes untouched by most small businesses.

Here are the six most underused Google tools and what you can realistically do with each. Where something needs a paid plan for production use, that's clearly noted — but the floor for getting started is zero.

Google Forms + Sheets

Free — unlimited

What you get

  • Unlimited forms and responses — no caps
  • File uploads stored directly in your Google Drive
  • Conditional logic: show different questions based on prior answers
  • Every response auto-populates a linked Sheet in real time

Practical use

Client intake, booking requests, service enquiries, staff checklists. Every submission becomes a structured row in a Sheet — add a Status column and you have a simple case management register. Pair with Apps Script for auto-notifications.

Where it hits the wall

No built-in status tracking or notifications beyond email digests. Conditional branching is one level deep. For multi-stage workflows or client-visible updates, you need Apps Script on top.

Google Apps Script

Free — built into every Google account

What you get

  • Automates Gmail, Sheets, Docs, Forms, Calendar, and Drive
  • Runs on Google's servers — nothing to install
  • Triggers: form submit, sheet edit, schedule, or manual
  • No developer needed — ChatGPT writes Apps Script well

Practical use

Auto-email clients on form submission. Generate PDF receipts when a row is marked Paid. Send payment reminders for overdue rows. Log calendar bookings into a tracking sheet. Email a Monday morning business summary.

Where it hits the wall

Free accounts: 100 emails/day cap, 6-minute execution limit per run. Stays inside Google's ecosystem — for WhatsApp messages or non-Google tools, you still need Zapier or Make.

AppSheet

Free to prototype · ~S$7/user/month for production

What you get

  • Build mobile apps from a Google Sheet — no code needed
  • Drag-and-drop builder: forms, lists, maps, dashboards
  • Works offline; syncs when connection returns
  • Role-based views and QR/barcode scanning built in

Practical use

Field staff logging job completions from their phone. Inventory tracking with scan-to-update. Internal approval flows. Any process where staff need structured mobile data entry instead of WhatsApp.

Where it hits the wall

Free prototype is development-only — real use needs AppSheet Core (~S$7/user/month). If you already pay for Google Workspace Business Standard or above, Core is included. Check before paying separately.

Looker Studio

Completely free — forever

What you get

  • Connect to Google Sheets, GA4, Search Console, and more
  • Dashboards auto-update when source data changes
  • Share as a live link or embed in Google Sites
  • Pre-built templates for GA4 and Search Console

Practical use

Revenue and booking trends from a Sheets tracker. One dashboard combining weekly enquiries, site traffic (GA4), and keyword rankings — instead of checking three tabs.

Where it hits the wall

Steeper learning curve — plan an afternoon for your first useful dashboard. Non-Google connectors (Facebook Ads, Shopify) often require paid third-party add-ons.

Google Sites

Free with a Google account

What you get

  • Build internal wikis, staff handbooks, and client portals
  • Embed Docs, Sheets, Forms, Slides, and Calendar in pages
  • Share with specific people, your organisation, or publicly
  • Mobile-responsive; no hosting knowledge needed

Practical use

Staff onboarding page with embedded HR forms and policy docs. Client portal showing project status via an embedded Sheet. SOPs wiki. Internal notice board.

Where it hits the wall

Very limited design control — no custom fonts, colours, or layout. Free accounts get a google.com/sites/... URL; custom domains need a paid Workspace plan. Not suitable as a public business website.

Google Calendar — Appointment Slots

Free with a Google account

What you get

  • Create bookable slots and share a single link
  • Auto-blocks your calendar when a slot is claimed
  • Sends Calendar invites to both parties
  • Multiple appointment types and durations

Practical use

Consultation bookings, trial class sign-ups, parent meetings. Clients self-select from your real availability — no WhatsApp back-and-forth.

Where it hits the wall

No intake questions, no reminder emails, no standalone booking URL on the free version. Paid Workspace plans include a proper Appointment Scheduling page with those features.

Apps Script in practice

8 automations Singapore SMEs are running for free right now

Each runs in the background automatically — no monthly fee, no third-party tool. Describe what you want in plain English and ChatGPT can write the code. Paste it in, authorise once, done.

Client intake → instant email

Form submitted → confirmation email to client and notification to your team, within seconds.

Booking to case tracker

New Calendar event → row added to a Sheets tracker with client name, date, and service type pre-filled.

Receipt generation

Mark a row "Paid" → PDF receipt generated from a Doc template and emailed to the client automatically.

Overdue case alerts

Daily script checks for rows open more than 7 days and emails you a list of unresolved cases.

Payment reminders

Morning script checks for unpaid invoices past due date and sends a reminder email per overdue record.

Weekly business summary

Every Monday at 8am, pulls last week's bookings, revenue, and enquiries and emails a formatted summary.

Where Apps Script stops: It works entirely within Google's ecosystem. The moment you need to trigger a WhatsApp message, update a non-Google tool, or run anything that takes more than 6 minutes on a free account — that's where Zapier or Make picks up.

Where the free tier hits real limits

Storage: 15GB is shared across Gmail, Drive, and Photos — fills up faster than expected once you store client files and form attachments. Shared team drives: files belong to individual accounts on free plans; when a staff member leaves, their files go with them. Apps Script quotas: 100 emails/day and a 6-minute run limit per script — most SMEs won't hit these, but heavy automations will. AppSheet: prototype only; production needs Core (~S$7/user/month, or included in Workspace Business Standard+).

For most Singapore SMEs, none of these are blockers early on. The gaps appear when your team grows or when you need consistent file ownership and non-Google tool integrations.

Where to start

Losing track of enquiries? Google Forms + Sheets + a one-trigger Apps Script notification. One afternoon; works indefinitely. Staff updating data from the field? Build an AppSheet prototype from your existing Sheet — free to test, pay only if it solves the problem. Too many tabs to see your numbers? Looker Studio dashboard from your tracking Sheet and GA4. Clients booking via WhatsApp? Calendar Appointment Slots — 15 minutes to configure.

None of these need a developer or a software budget. Just a free Google account and a few hours — most of the setup work ChatGPT can handle if you know what to ask for.

When the DIY stack hits its ceiling

Google's free tools carry you a long way. But once your operations get specific — custom workflows, client-facing portals, multi-step automations across non-Google tools — building around free tool limits often costs more in time than purpose-built software would. CustomFlō builds around your actual operations instead of the other way around.

Learn about CustomFlō →

Frequently asked questions

A free Google account includes Gmail, Drive (15GB), Docs, Sheets, Forms, Slides, Calendar, Meet, Chat, Sites, and Looker Studio. Apps Script automates workflows across all of them at no cost. AppSheet lets you prototype mobile apps free; production use requires AppSheet Core (~S$7/user/month, or included in Google Workspace Business Standard and above).

Apps Script is a scripting tool built into every Google account — completely free. It automates tasks across Gmail, Sheets, Docs, Forms, Calendar, and Drive, triggered by schedules, form submissions, or sheet edits. You don't need to be a developer: describe what you want in plain English and ChatGPT can write the script. Free accounts have a 6-minute execution limit and a 100-email-per-day cap.

AppSheet's free prototype mode lets you build and test a full app at no cost. Deploying it for real business use requires AppSheet Core (~S$7/user/month). If your business already uses Google Workspace Business Standard or above, AppSheet Core is already included — check before paying separately.

Yes. Google Forms connected to a Sheet creates a free intake and tracking system — every submission becomes a structured row automatically. Add Apps Script on top for auto-notifications, status triggers, and overdue alerts. This works well for a few hundred cases per month with a small team before you need a dedicated tool.

Looker Studio (formerly Google Data Studio) is a free dashboard builder that connects to Sheets, Google Analytics, Search Console, and other sources. You build live dashboards that update automatically when your data changes and share them with your team via a link. Expect an afternoon of setup for your first dashboard; templates speed this up.

CustomFlō

When free tools aren't enough

If your operations have outgrown what Google's free stack can reliably handle, CustomFlō builds purpose-built systems around how your business actually works — without the enterprise price tag.

Engagements from S$99/month · Singapore businesses