Building an AppSheet application
Google Partner · Authorized Reseller

Google AppSheet for Business

AppSheet Core is included by default with most Google Workspace business editions. A great many businesses are paying for a no-code application platform and have never opened it.

It builds the kind of small internal application that never justifies a development project: a form somebody fills in at a site, an inspection checklist, a register of what you own and where it is. Whether it is genuinely free for you depends on one thing — where your data lives.

Already yours

Which editions include it

Google announced AppSheet Core as included by default across the business editions. If you are on one of these, the platform is not a new purchase — only the design and build are.

  • Business Starter, Business Standard and Business Plus

  • Enterprise Starter and Enterprise Standard

  • Frontline Starter and Frontline Standard

  • Nonprofits and Education Standard

  • Enterprise Plus, Enterprise Essentials Plus and Education Plus, which had it already

From Google's own announcement, checked September 2026. Your domain must be verified. India's newer Base tier is not covered by that announcement and we do not assume it is included — if you are on Base, we check your admin console rather than guessing. Which edition you hold is on the pricing page.

Designing a no-code application for a business
In practice

What businesses actually build with it

Small internal applications that would never survive a business case as a development project, but which remove a real amount of re-typing and chasing.

Data captured where the work happens

A form on a phone at a site, a plot, a godown or a customer's premises, writing into a sheet the office can see. This is the thing AppSheet is unambiguously better at than anything else in the licence, because a spreadsheet on a phone is nobody's idea of a good time.

Inspections and checklists

A defined list of things to check, in order, with a record of who checked and when. Far harder to skip a step than in a paper sheet, and the result is searchable rather than in a folder.

Photographs attached to the record

A condition report, a damaged consignment, a completed installation — captured against the job rather than sitting in a chat thread that scrolls away.

Registers and asset tracking

What you have, where it is, who has it. The classic small-business application, and the one most often living in a spreadsheet nobody can update from outside the office.

Approvals with a step away from a desk

A request raised, a manager approving from a phone, the record updated. Workable at layer two with a form, but noticeably better here when the approver is rarely sitting down.

The boundary

Where the included tier stops

You will read elsewhere that the included Core tier only reaches Google data. That is not what AppSheet publishes, and it is worth correcting because it changes the answer for a lot of businesses. The real boundary is not Google versus Microsoft — it is spreadsheets and files versus databases, APIs and SaaS services.

TierCostWhat it can reach
CoreIncluded with the editions aboveSpreadsheets and cloud file storage — Google Sheets, Forms, Drive, Calendar and Docs, plus Microsoft Excel on Office 365, Dropbox and Box, plus Airtable and Smartsheet.
StarterAppSheet's published list: USD 5 / user / monthThe same family of spreadsheet and file-storage connectors.
Enterprise PlusAppSheet's published list: USD 20 / user / monthAdds cloud databases, REST and OpenAPI, SaaS services including Salesforce, BigQuery, Apigee and OData, plus advanced authentication such as Active Directory, OpenID Connect, Okta and Cognito.

Tiers, connectors and list prices from AppSheet's published pricing, checked September 2026. The prices are AppSheet's own figures in US dollars — what a business in India pays depends on the tier and arrangement, so we confirm the current number when quoting rather than repeating a headline.

Choosing

AppSheet or Apps Script?

The short rule: AppSheet is for when a person needs a screen, Apps Script is for when nobody does. Where they genuinely overlap, the deciding question is who will maintain it afterwards.

The jobUseWhy
Somebody has to enter data away from a deskAppSheetA usable interface on a phone. Apps Script has no interface of its own.
A checklist or inspection with photographsAppSheetStructured capture, ordered steps, attachments against the record.
Generate a document from a template and email itApps ScriptPure document work with no interface needed. Simpler and cheaper as a script.
A nightly job nobody seesApps ScriptScheduled, unattended, no human in the loop. Nothing for an app to show.
A custom formula inside a spreadsheetApps ScriptCustom functions are a script feature; this is not an application at all.
An approval where the approver is rarely at a deskAppSheetThe mobile step is the whole point, and building it as a script means building a UI.
It must be maintained by a non-developerAppSheetConfigurable by a trained person. A script needs somebody who reads code.
It has to reach a database or another SaaS productEither, with careApps Script can call anything over HTTP. AppSheet needs Enterprise Plus for database, API and SaaS connectors.

Both sit at the top of the same ladder. Before either, it is worth checking whether a filter, a group or a Google Form would do the job — the case for starting at the cheapest layer is on the automation page.

Google AppSheet — common questions

Is AppSheet included in our Google Workspace licence?

For most business editions, yes. Google's own announcement lists AppSheet Core as included by default for Business Starter, Standard and Plus, Enterprise Starter and Standard, Frontline Starter and Standard, Nonprofits and Education Standard, with Enterprise Plus, Enterprise Essentials Plus and Education Plus already covered. Your domain has to be verified. One thing we will not assume on your behalf: India's newer Base tier postdates that announcement, so if you are on Base we check your own admin console rather than telling you what it ought to be. Checked September 2026.

What data can the included tier actually reach?

Spreadsheets and cloud file storage. According to AppSheet's published plan comparison that means Google Sheets, Forms, Drive, Calendar and Docs, and also Microsoft Excel held in Office 365, Dropbox or Box, plus Airtable and Smartsheet. It is worth correcting a claim you will see repeated elsewhere: the included Core tier is not restricted to Google-only sources. The real boundary is different — databases, REST and OpenAPI, and SaaS services such as Salesforce, BigQuery, Apigee and OData sit on the Enterprise Plus tier. So if your data lives in a spreadsheet or a file, you are already covered; if it lives in a SQL database or another product, you are not.

Should we use AppSheet or Apps Script?

The short rule is that AppSheet is for when a person needs a screen, and Apps Script is for when nobody does. If somebody has to enter, check or approve something — particularly away from a desk — build an app. If the work happens on a schedule, generates a document, or lives inside a spreadsheet as a formula, write a script. Where it genuinely overlaps, the deciding question is usually who will maintain it: AppSheet can be adjusted by a trained non-developer, and a script cannot.

Do our field staff each need a licence?

It depends on who is using the app and how. This is exactly the question worth settling before anything is built rather than after, because the answer changes the economics of the whole idea — an app that a dozen office users touch is a different proposition from one used by sixty people in the field. We establish the licensing position for your specific edition and user mix in writing as part of the quote, rather than assuming the included tier covers everybody.

Can an AppSheet app work without a signal?

AppSheet supports offline use, which is the usual reason it comes up for work in plantations, on sites and along routes where connectivity is unreliable. It is worth designing for deliberately rather than hoping: decide what has to be available offline, what happens when two people change the same record before either syncs, and how somebody knows their data has actually reached the office. Those are design decisions, not settings, and they are the difference between an app people trust and one they keep a paper copy alongside.

Is this just a spreadsheet with a nicer face?

Partly, and that is worth taking seriously rather than brushing aside. If the data behind it is a Sheet, then it is a Sheet — with the same characteristics under load, the same absence of real integrity constraints, and the same behaviour when two people write at once. For a register that a handful of people update, that is entirely fine. For something the business will genuinely depend on in three years, decide deliberately whether a spreadsheet should be the system of record. We have set out that argument in more detail on the Apps Script page and it applies equally here.

How is this priced?

The platform is usually already yours, so what you are buying is the design and build, and we quote that against a written specification. The prices quoted above are AppSheet's own published list in US dollars, checked September 2026; what a business in India actually pays depends on the tier and the arrangement, so we confirm the current figure when we quote rather than repeating a headline. If the honest answer is that a Google Form and a Sheet would do the job, we will tell you that instead.

Start with the job, not the app

Tell us what somebody is writing down on paper or re-typing into a spreadsheet, and where they are standing when they do it. We will tell you whether that is an app, a script, or a Google Form you could build yourself this afternoon.

  • Your licensing position established in writing before anything is built

  • A written specification, including what happens offline

  • Data in a Shared Drive the company owns, not a personal account

  • Built so a trained person on your side can change it

We are a Google Workspace partner in Kerala working across India. Or call +91 99467 89916 and email admin@techgeum.com.

call