Fact-checked by Grok 2 weeks ago

AppSheet

AppSheet is a that enables users to create custom mobile, tablet, and web applications without writing code, leveraging existing data sources such as spreadsheets, databases, and cloud services to automate workflows and enhance business productivity. Founded in in 2014 by Praveen Seshadri, the company was acquired by Cloud in January 2020 to expand its low-code and no-code offerings within the ecosystem. As part of , AppSheet integrates seamlessly with tools like , , and , while also supporting third-party services such as , , and Office 365 for data connectivity and automation. Key features include AI-powered app generation using model, which allows users to build applications via prompts, along with capabilities for forms, scanning, tracking, signatures, and offline functionality. The platform emphasizes security through Zero Trust architecture, governance controls, and user-managed data privacy, making it suitable for enterprises, educational institutions, and government agencies across industries like retail, healthcare, and logistics. By 2025, AppSheet has evolved to support advanced automations for notifications, workflows, and embeddings in via Smart Chips, democratizing app development for non-technical users while scaling for enterprise needs.

Overview

Platform Description

AppSheet is a provided by Google Cloud, launched in 2014, that empowers users to build custom mobile, tablet, and web applications without programming knowledge by leveraging existing data sources such as spreadsheets, relational databases, and services. The platform operates through a straightforward designed for efficiency: users begin by connecting their , prompting AppSheet to automatically generate a functional that reflects the underlying . This can then be refined using a drag-and-drop editor to tailor views, inputs, and logic, followed by deployment to web browsers or mobile devices for immediate use. Distinguishing features include rapid development timelines, often completing apps in minutes to hours, native cross-platform support for , , and web environments, and built-in offline capabilities that enable data capture and synchronization in disconnected scenarios, ideal for field-based applications. As part of the ecosystem, AppSheet integrates deeply with tools like Sheets and Drive, as well as services such as , to facilitate seamless data flow and collaboration.

Target Users and Benefits

AppSheet primarily targets small businesses, enterprises focused on operations and , IT teams, and citizen developers who seek to create custom applications without extensive programming expertise. These users often operate in sectors requiring mobile or web-based solutions for on-the-go , such as service technicians tracking repairs, warehouse staff handling inventory, or HR professionals streamlining employee onboarding and workflows. Key benefits include substantial efficiency gains through no-code development, enabling users to transform ideas into functional apps in minutes rather than weeks or months of traditional . This approach lowers costs by eliminating the need to hire specialized developers and reduces IT bottlenecks, allowing non-technical staff to build and maintain apps independently. AppSheet's intuitive supports this accessibility, with a tier permitting prototyping and testing for up to 10 users at no cost, while enterprise plans provide advanced , , and for thousands of users across organizations. By promoting data-driven decisions, AppSheet empowers users to connect existing data sources like spreadsheets or to automate workflows, fostering and insights without custom software development. For instance, construction firms use it for on-site and , while environmental services leverage it to manage distributed workforces more effectively. Overall, these features enable to support large-scale deployments, as evidenced by its adoption in enterprises with over 10,000 employees.

Core Functionality

Data Connectivity and Sources

AppSheet supports a wide range of data sources to enable flexible app development without requiring custom coding for integration. These include spreadsheet-based options such as , (via Office 365), and ; relational databases like , , SQL Server, Oracle, , and Google Cloud SQL; NoSQL and platforms including AWS DynamoDB and Google BigQuery; cloud storage services such as , , and ; as well as custom APIs and the native AppSheet Database, a cloud-based solution designed for structured data storage. The connection process begins with secure authentication, typically using OAuth 2.0 for services and providers or API keys for databases and custom integrations, ensuring encrypted transmission and user-specific access controls. Upon connecting a data source, AppSheet automatically detects the , including tables, columns, and data types, to generate an initial app structure that can be refined by the creator. Data syncing occurs in real-time or on-demand, with built-in mechanisms that prioritize the latest changes and notify users of discrepancies to maintain across devices. Data modeling in AppSheet allows creators to enhance raw sources without altering the underlying data. Virtual columns enable computed fields derived from expressions, such as concatenating text or performing calculations, which are evaluated dynamically without storing values in the source. Relationships between tables are established using columns to define one-to-many or many-to-many links, automatically generating virtual "Related" columns for accessing connected records, such as linking orders to customers. Expressions in AppSheet's formula language support and logic, for instance, ensuring a numeric column meets criteria like [Quantity] > 0, with invalid entries flagged during input. For handling large datasets, AppSheet scales to support millions of rows across connected sources by leveraging filters that restrict access per , translating to efficient backend queries. Performance is optimized through partitioning, which divides large tables into smaller, user-specific subsets to reduce load times, and indexing on key columns to accelerate searches and filters, particularly in high-volume environments like inventories.

App Building Process

The app building process in AppSheet begins with selecting and connecting a data source, such as , Excel, or other supported databases, which serves as the foundation for the application. Users initiate this by creating a new app in the AppSheet editor and linking their data, where AppSheet automatically detects the structure, including tables and columns, to ensure seamless integration. This step emphasizes defining entities and their properties upfront to align the data with the intended app functionality. Once connected, AppSheet auto-generates a functional app, including elements and views tailored to the data types detected, such as forms for and for display. This automatic generation creates an initial set of views based on the spreadsheet's worksheets and column headers, providing a working app without manual coding. For instance, tabular data might yield a table view, while location-based information could trigger a view. Customization occurs through the AppSheet editor, where users refine columns for and formatting, adjust views for optimal , and define behaviors to interactions. Key tools include UX views such as table for structured lists, deck for card-based layouts, and for geospatial ; data slices, which create filtered virtual subsets of for targeted use; and UX behaviors that manage navigation flows between views. These elements allow for intuitive app design without programming, focusing on refinements like conditional visibility or input validations. Testing is facilitated by an integrated that simulates the app across devices, enabling real-time previews of changes to ensure responsiveness and usability. Iterative development is supported through live previews, where modifications update instantly, alongside via app history to track and revert changes, and options to regenerate views if the underlying evolves. This approach promotes and refinement based on user feedback. Deployment finalizes the process by publishing the app through shareable links for immediate access or submission to app stores like Google Play and Apple App Store for broader distribution. Options include public apps for wide accessibility, private apps restricted to specific users or organizations, branded experiences with custom logos and themes, and deployment as progressive web apps (PWAs) that function natively on mobile devices without installation. Security reviews, such as setting user permissions, are conducted prior to launch to maintain data integrity.

Features

Data Capture and Input

AppSheet enables data capture through customizable forms that support a variety of input types tailored for mobile devices, allowing users to enter information efficiently in field environments. Basic text inputs accept single-line or multi-line entries, while specialized types include Email columns that validate and auto-complete email addresses for seamless integration with communication features. Dropdown menus, implemented via Enum column types, restrict selections to predefined lists, reducing errors in data entry by presenting options such as categories or statuses. For multimedia and device-specific inputs, AppSheet forms integrate directly with mobile hardware. Users can capture photos or videos using the device's camera, storing them as Image or Video columns, which support formats like , , and MPEG. Signature capture utilizes a touch-based pad to record electronic signatures as inline images in dedicated columns. Barcode and scanning leverages the phone's camera or external readers to populate Text or Enum fields with scanned data, streamlining . Additionally, GPS location capture via LatLong columns automatically records the device's coordinates, with options for high-accuracy polling during form submission. Offline mode ensures reliable data collection in areas with poor connectivity by maintaining a local copy of the app's data on the device. Inputs entered offline are stored locally and queued for synchronization upon reconnection, with configurable delayed sync options to batch updates and minimize conflicts. This approach supports queued actions, allowing forms to process inputs without immediate server access while preserving through automatic . Validation mechanisms enhance user experience and data quality during input. Required_If constraints enforce mandatory fields based on conditions, such as requiring a description only if an item status is set to "damaged." Input masks and formats, like email validation via Valid_If expressions checking for proper syntax (e.g., ISNOTBLANK(EMAIL([Email]))), prevent invalid entries. Conditional visibility, controlled by Show_If expressions, dynamically hides or reveals fields—for instance, displaying an approval section only if [Status] = "Active"—to simplify forms and guide users through relevant inputs. Practical applications demonstrate these features in real-world scenarios. In inventory management apps, users barcodes to stock levels via integrated forms, as seen in the Inventory Management sample template. Field service reports benefit from photo uploads and GPS tagging, enabling technicians to document site conditions with images and precise locations during inspections, such as in or templates. These captured elements can then be visualized in app views for review.

Collaboration and Sharing

AppSheet provides robust sharing mechanisms to facilitate team-based and interaction with apps. Users can assign specific roles such as Admin, which grants full editing and management rights; Read-Only, allowing viewing and copying without modifications; and Editor, enabling edits and additions from existing sources. Sharing can be configured as for broad without sign-in (unsuitable for sensitive ), restricted to individuals, domains, or signed-in users, with invitations sent via or links, including reminders for pending . For organizations using , group-based permissions leverage domain groups to streamline control, available exclusively in accounts. Real-time collaboration is supported through features like Quick Sync, which instantly reflects other users' changes across the app as they are saved, provided Sync on Start and Automatic Updates are enabled. This enables live updates without manual intervention, with background syncing ensuring data freshness during good connectivity, though complex security filters or external data changes may require full syncs. Users can add comments to records by creating related child tables for notes, allowing multiple collaborative inputs on individual entries. Task assignments within apps are facilitated through actions and bots that designate responsibilities, such as in approval processes or activity tracking. Versioning maintains app stability with options for Default, Latest, and versions, preventing disruptions during collaborative development. Auditing is handled via Audit History, which logs syncs, adds, edits, deletes, API actions, bot invocations, and report generations, with retention up to 53 days for Enterprise Plus plans. Administrators can filter logs by activity type, date, user, or errors, enable email alerts for failures, and export data as or to for compliance reporting. Approval workflows for edits can be implemented using bots to require reviews before changes are finalized, supporting coordinated team interactions. As of 2025, Enterprise Plus plans include advanced features like group-based license controls in the AppSheet Admin Console, allowing administrators to manage pooled licenses and access for teams efficiently. These tools ensure secure, traceable collaboration while integrating seamlessly with for domain-wide permissions. Additionally, as of October 2025, AppSheet enables the creation of no-code apps for with one click, allowing Google Workspace users to integrate app data and tasks directly into Chat conversations for enhanced team interaction and workflow efficiency.

Display and Visualization

AppSheet provides a range of view types to present data in user-friendly formats, enabling effective without requiring custom coding. The displays data in a spreadsheet-like of rows and columns, allowing users to scroll through records efficiently. The view arranges records in a card-based layout, often featuring prominent images for each item to enhance scannability. views focus on image-centric displays, showcasing visual content in a or layout ideal for media-heavy datasets. For geospatial data, views plot locations using addresses, coordinates, or / on an interactive . views render data graphically, supporting formats such as charts, line charts, stacked charts, histograms, and donut charts to highlight trends and distributions. Customization options allow developers to tailor these views for better readability and interaction. Conditional formatting, applied via format rules, dynamically alters row colors, icons, or text styles based on data conditions—for instance, coloring rows red if a [Priority] column equals "High" to draw attention to urgent items. Views incorporate built-in search and filtering capabilities, enabling users to query and narrow down datasets quickly, while inline quick edits permit direct modifications within the view layout for fluid workflows. These features ensure views remain intuitive across varying data volumes. AppSheet's responsive design automatically adapts view layouts to different devices, using bottom navigation on mobile, optimized grids on tablets, and sidebar menus on desktops for consistent accessibility. Branding customization further enhances visual appeal, with options to select color themes (light or dark), upload logos up to 196x196 pixels, and apply primary colors to headers, footers, and elements, ensuring the app aligns with organizational identity. Advanced visualization extends to inline charts embedded within detail views, where related data subsets can be rendered as miniature bar or line charts directly alongside primary records for contextual insights. Calendar views organize time-based data in day, week, or month formats, using start/end dates and categories to color-code events, facilitating scheduling and timeline overviews.

Automations and Actions

AppSheet provides a declarative for defining actions and automations, enabling users to implement app behaviors and workflows without writing . Actions serve as interactive elements, such as buttons, that trigger specific operations on or external systems, while automations, structured as bots, handle event-driven processes to streamline . This no-code approach relies on expressions to define behaviors dynamically based on app . Actions in AppSheet encompass a range of types, including data modifications, navigation, and external integrations. For data operations, actions support adding new rows to tables, editing existing records, or deleting rows, often configured as buttons within views. Navigation actions, such as opening a form to add or edit data, are defined using expressions like LINKTOFORM("Edit", "ID", [ID]), which creates a deep link to a form view and prefills fields with values from the current row. External actions facilitate interactions beyond the app, such as initiating emails or SMS messages with dynamic content— for instance, setting the email recipient to a column value like [Email] and the body to a concatenated expression of record details— or attaching files from connected sources. Grouped actions allow sequencing multiple operations, executing them in order to handle complex user interactions. All actions are specified declaratively through the AppSheet editor, using column references and functions in expressions, eliminating the need for scripting. Bots in AppSheet enable robust, event-based workflows that automate repetitive tasks across connected sources. Each bot consists of reusable components: events as triggers, processes for , and tasks for execution. Events can be initiated by changes (e.g., row additions or updates), scheduled intervals, incoming calls, or integrations like responses. Processes define multi-step logic, including conditional branching based on expressions, waiting for user input, calling sub-processes, or handling errors through fallback paths. Tasks perform discrete operations, such as sending notifications via email or push alerts, updating records in external systems like or databases, or invoking webhooks for third-party integrations. As of October 2025, Enterprise Plus users can incorporate AI Tasks powered by Google's model into bots to automatically extract, categorize, and summarize , enhancing with capabilities. This structure supports Zapier-like patterns, where bots chain tasks to process flows, with built-in throttling to respect rate limits and expression-based error handling to manage failures without custom code. Like actions, bots are configured entirely through no-code expressions, allowing dynamic adaptation to app context.

Advanced Capabilities

AI and Machine Learning Integration

AppSheet integrates () and (ML) primarily through Google's model, enabling no-code users to enhance app creation and functionality with advanced capabilities. serves as an AI collaborator within the AppSheet editor, allowing users to generate entire apps using prompts, such as "Build an tracker for my warehouse," which automatically configures data sources, views, and workflows based on the description. This feature, introduced in 2024 at Cloud Next, democratizes app development by reducing the need for manual configuration and enabling for business processes. Additionally, provides auto-suggestions for expressions and formulas during app editing, streamlining complex logic creation like conditional validations or data transformations. For data insights, AppSheet's built-in ML features enable users to generate predictions directly from app datasets to forecast trends without external tools. Built-in ML models support image recognition through optical character recognition (OCR) to classify and extract information from uploaded photos, such as identifying equipment details or categorizing visual inputs like expense receipts. Text analysis capabilities include summarization of records via , while forecasting uses models trained on historical data to predict needs, such as future stock requirements based on sales patterns. These ML functions extend basic automations by incorporating tasks for real-time processing, such as categorizing text inputs automatically. Implementation begins by enabling Gemini in the AppSheet editor via the "Start with Gemini" option, where users can iteratively refine apps through conversational prompts for editing and customization. Custom ML models can be trained on app-specific data using built-in predictive tools, which analyze columns like dates or prices to generate forecasts without coding. For advanced needs, AppSheet integrates with Google Cloud AI services like Vertex AI, allowing API connections for deploying custom models or leveraging pre-trained ones for tasks like document processing. Admins manage AI usage through the AppSheet console, tracking credits allocated to Enterprise Plus licenses—typically 1,000 per user monthly—for features like extraction (10 credits per task) or summarization. In 2024, AppSheet rolled out AI-powered app templates generated via , providing pre-configured starting points for common use cases like task trackers, alongside conversational editing for ongoing refinements. By 2025, these capabilities expanded to Enterprise Plus licenses with the general availability of the Task in automations on October 16, enabling seamless , , and summarization from images, PDFs, and text—such as pulling details or summarizing logs. Minor updates in November 2025 included enhancements to automations and -related features, along with Android app stability improvements. This progression has made more accessible, with governance controls ensuring secure deployment across organizations.

Security and Compliance

AppSheet implements robust access controls to ensure users interact only with authorized and features. Row-level filters allow administrators to restrict visibility to specific records, such as enabling users to view only their own through expressions like USEREMAIL() in filter formulas. This granular control extends to column-level permissions, where conditional logic hides or shows fields based on user roles, preventing unauthorized exposure without altering underlying sources. App itself is managed via explicit user lists, domain-based authentication, or group memberships, supporting (RBAC) without sharing sources directly. Data protection in AppSheet relies on strong encryption protocols and a pass-through architecture that avoids storing user data in its cloud. All communications occur over HTTPS with TLS encryption using AES-256 for data in transit, ensuring secure transmission between apps, devices, and data sources. Data at rest remains encrypted within the user's own storage systems, such as Google Cloud or other connected databases, as AppSheet does not write or persist data to its servers without explicit permission. This design minimizes risk by treating AppSheet as an intermediary layer, with no default capture of IP addresses or geolocation data unless configured by the user. AppSheet adheres to key industry compliance standards, leveraging its integration with Google Cloud for certified protections. It has achieved SOC 2 Type II attestation, with audit reports available under nondisclosure agreement, covering controls for security, availability, processing integrity, confidentiality, and privacy. For data privacy, AppSheet complies with GDPR and CCPA through Google Cloud's data processing terms, including options to designate personally identifiable information (PII) to exclude it from logs. It is also eligible for HIPAA compliance, supporting the U.S. Health Insurance Portability and Accountability Act via a Business Associate Agreement (BAA) for handling protected health information (PHI), provided customers mark sensitive data accordingly. Audit trails are enabled by default for user actions and app events, with configurable retention (e.g., one day minimum) and the ability to disable logging for non-sensitive activities. Data residency is maintained in user-selected Google Cloud regions, including the US, EU, Australia, and South America, ensuring alignment with regional regulations across over 170 countries. Governance features in AppSheet provide centralized oversight for environments, particularly through the Admin Console. This tool allows of deployment, usage , and activity, including tracking features accessed and potential policy violations. In 2025, enhancements introduced a dedicated Licenses page and group-based controls for Enterprise Plus editions, enabling admins to manage licenses by organizational groups, restrict creation, and enforce data source policies. While specific anomaly detection for threats is handled via Cloud's broader , AppSheet's logs support with external tools for identifying unusual patterns in interactions. Integration security emphasizes secure connections to external systems without compromising credentials. AppSheet uses OAuth 2.0 for authenticating with data sources like or third-party services, ensuring no storage of user passwords or tokens on its platform. For on-premises databases, IP whitelisting restricts access to approved network addresses, adding a layer of perimeter defense. Overall, these measures reinforce AppSheet's commitment to a zero-trust model, where data flows securely but remains under customer control.

History

Founding and Early Years

AppSheet was established in early 2012 by Praveen Seshadri, a former executive and professor, in , . Seshadri, along with co-founder Brian Sabino, began developing the platform from home, focusing on enabling non-technical users to build mobile applications without coding. The company was incorporated on February 6, 2012, and underwent several pivots during its initial phase before solidifying its core concept of transforming data into functional apps. Initially bootstrapped with funding from angel investors, including friends, family, and early backers, AppSheet operated leanly to validate its product-market fit. The platform officially launched in October 2014, emphasizing basic data capture and input from sources like Google Sheets and simple user interfaces for mobile deployment. Targeted primarily at small and medium-sized businesses (SMBs), it addressed operational needs by allowing users to create custom apps for tasks such as inventory tracking and field reporting directly from familiar spreadsheet tools. In 2015, AppSheet secured a $1.5 million seed round led by New Enterprise Associates (NEA), which supported further refinement of its no-code capabilities. From 2015 to , AppSheet gained significant traction through key integrations, including early support for 365 alongside and , enabling seamless data synchronization for broader enterprise compatibility. This period saw the platform attract early enterprise adopters, such as , by simplifying app development for non-developers in sectors like and . By late 2018, recurring revenue had begun to cover operational costs. The company's growth culminated in a $15 million in 2019, led by Shasta Ventures with participation from NEA, bringing total funding to $19.3 million and serving nearly 6,000 customers.

Acquisition by Google

On January 14, 2020, Google Cloud announced its acquisition of AppSheet, a no-code application development platform, for an undisclosed amount. The deal integrated AppSheet into the Google Cloud platform, with the startup's team of over 20 employees joining Google to support ongoing operations and development. At the time, AppSheet served more than 6,000 companies and had deployed over 200,000 apps, providing Google with an established user base in the enterprise no-code sector. The acquisition aligned with 's strategic push into the no-code and low-code market, enabling businesses to build and extend applications without traditional coding skills and accelerating efforts. This move positioned to compete more effectively against rivals like Power Apps and by democratizing app development for non-technical users within its ecosystem. AppSheet's focus on data-driven apps complemented 's existing tools, allowing for richer integrations and broader adoption among enterprises. Immediately following the acquisition, AppSheet underwent rebranding as part of Google Cloud and received enhanced support for products, including deeper connections to and for seamless data handling. The platform also gained access to Google's broader research resources, facilitating advanced features like intelligent automations in future updates. AppSheet founder Seshadri joined Google following the deal and continued leading the product's direction and integration efforts.

Recent Developments

Following its acquisition by Google in 2020, AppSheet experienced substantial post-acquisition growth, particularly in AI expansions and connectivity options. Between 2020 and 2022, the platform focused on enhancing no-code app development tools, including initial integrations with services to streamline data capture and automations. By 2024, AppSheet introduced significant capabilities, such as integration for app creation, showcased at Google Cloud Next '24 in April 2024, which allows users to build applications via descriptions, generating structures like tables and columns for business processes such as facility inspections. In 2024, AppSheet's year-in-review highlighted streamlined administrative controls, AI-powered app building, and automation enhancements. The platform launched improvements to the Admin Console in August 2024, providing Workspace admins with visibility into users, apps, and policies for better and . AI integrations with accelerated app creation and usage, while automation features expanded to include Google Forms connectivity in May 2024, allowing seamless data flow for processes like approvals. Additionally, AppSheet Database saw enhancements, such as improved sync speeds with connected tables in August 2024, building on its 2023 general availability launch. New connectors, including preview support for enterprise systems like via Integration Connectors, were introduced to expose data from sources such as AlloyDB and . Entering 2025, AppSheet continued its evolution with key updates focused on scalability and intelligence. Integration Connectors became generally available in the first half of 2025, enabling production-ready connections to enterprise data sources like and Workday for AppSheet apps. A new Licenses page in the AppSheet Admin Console rolled out in general availability by July 2025, offering admins centralized monitoring of user licenses, including Plus and external user types. capabilities expanded for , with enhancements in May 2025 allowing extraction and categorization of data to support statistical predictions on future trends using app data. At 2025 in May, additional integrations and AI features for AppSheet were highlighted. In August 2025, a new UI framework was introduced, improving on devices. Release notes from September and October 2025 included enhancements to automations, UX, and AI tasks. in AppSheet Solutions reached general availability for users on October 16, 2025. On November 12, 2025, a new Framework entered preview, aiming to enhance app and . Looking ahead, AppSheet's roadmap emphasizes advanced integrations, including more no-code intelligent agents built with and deeper ties to Vertex for custom automations and data flows via Apps Script. These developments aim to automate complex tasks and scale adoption across business processes.

References

  1. [1]
    Google AppSheet | Build apps with no code
    AppSheet is a no-code platform to build powerful apps and automations, using AI to create apps quickly, and tailored to business needs.Customers · Pricing · How to create an app · Google Workspace and...
  2. [2]
    Google acquires AppSheet to bring no-code development to Google ...
    Jan 14, 2020 · Google announced today that it is buying AppSheet, an eight-year-old no-code mobile-application-building platform. The company had raised more ...
  3. [3]
    Google Cloud acquires AppSheet, a Seattle startup that sells no ...
    Jan 14, 2020 · Google Cloud has acquired AppSheet, a Seattle startup founded in 2014 that helps businesses develop their own data-based apps without requiring a team of ...
  4. [4]
    AppSheet: No-code App Development | Google Cloud
    Google Cloud's AppSheet is a no-code app development platform—allowing you to quickly build mobile and desktop apps with your existing data.
  5. [5]
    FAQs | Google AppSheet
    These include: Google Sheets, Google Drive, Microsoft Excel files, Cloud SQL, Apigee, Microsoft Azure SQL, AWS, Salesforce objects, Smartsheet, OData, and more.
  6. [6]
    How to create an app | Google AppSheet
    AppSheet's no-code app development platform enables the creation of custom mobile and web app business solutions quickly and easily.
  7. [7]
  8. [8]
  9. [9]
    App templates - AppSheet
    Make a custom business app without code. See our library of sample apps, view live demos, copy, and customize your own business app solution now.Inventory Management · Simple Inventory · Shift Management · Field Delivery
  10. [10]
    Customers | Google AppSheet
    AppSheet enables us to develop front end applications, while Apps Script provides the business logic through the workflow engine to execute the processes ...
  11. [11]
    Pricing | Google AppSheet
    Start building and testing apps. Explore the AppSheet platform and test your apps with up to 10 users at no cost. When you're ready, sign up for a plan and ...Missing: official | Show results with:official
  12. [12]
    Companies using AppSheet and its marketshare - Enlyft
    722 companies use AppSheet. AppSheet is most often used by companies with >10000 employees & $>1000M in revenue. Our usage data goes back 5 years and 7 ...
  13. [13]
    Manage data sources - AppSheet Help
    Summary of data source types · AWS DynamoDB · Google BigQuery · MariaDB · MySQL · On-premises database · Oracle · PostgreSQL · SQL Server.Summary of data source types · Add a data source
  14. [14]
    App design 101 - AppSheet Help
    Step 2: Build your spreadsheet. AppSheet supports Google Sheets, Microsoft Excel, and Smartsheet. To plug your data into AppSheet, you should use one of these ...
  15. [15]
    Explore the AppSheet database editor - Google Help
    Open an app that uses the database in the app editor, go to Data , select the table you want to view or edit in the list, and click View data source. We've ...<|separator|>
  16. [16]
    Security | Google AppSheet
    Some supported data sources such as databases (MySQL, PostgreSQL, etc.) support username/password authentication. AppSheet stores these credentials encrypted in ...
  17. [17]
    Add connections as data sources - AppSheet Help
    As a team admin, to add a connection as a data source do the following: Go to the My account > Sources and click + New Data Source.
  18. [18]
    Data: The Essentials - AppSheet Help - Google Help
    Manage your data in AppSheet, as follows: Add and edit data in your app, as described in: Tables: The Essentials · Columns: The Essentials · Manage data sources.
  19. [19]
    Use virtual columns - AppSheet Help
    A virtual column is a column that doesn't correspond to an actual column in the underlying spreadsheet. Instead, it is automatically computed using an app ...Missing: modeling relationships
  20. [20]
    References between tables - AppSheet Help
    You create a reference by adding a column of type Ref to a table and specifying the related table's name.Missing: modeling | Show results with:modeling
  21. [21]
    Column data types - AppSheet Help
    Below is a list of available column data types that you can use when structuring your columns. See also: Change a column type
  22. [22]
    Scale using security filters - AppSheet Help
    AppSheet can scale to handle millions of database records, provided the security filters can be mapped to efficient queries.
  23. [23]
    Approaches to data scalability - AppSheet Help
    App creators should consider how the app will scale when the data sets become large. The primary motivation is performance, of course.
  24. [24]
    App performance: Core concepts - AppSheet Help
    Easy to provision. It's as easy as creating a spreadsheet. · Can potentially scale to higher capacities than Google Sheets. · High concurrency with 200 requests ...
  25. [25]
    Views: The Essentials - AppSheet Help
    View type that determines how the data is presented to the app user. Select from a variety of view types, such as chart, form, detail, map, table, and more.
  26. [26]
  27. [27]
  28. [28]
    Set up email auto-completion for Email columns - AppSheet Help
    Set Email as the Column type. Make sure you are the owner of the app. If the app is shared with you by someone that is not in the same Google Workspace ...
  29. [29]
    Capture images - AppSheet Help
    To capture images, insert a column in your spreadsheet and include the word Image in the column header. For example, if you want to capture three images, you ...
  30. [30]
    Capture signatures and drawings - AppSheet Help
    To capture drawings, insert a column in your spreadsheet and include the word Drawing in the column header. AppSheet will automatically detect this new column ...Missing: features | Show results with:features
  31. [31]
    Use a barcode scanner - AppSheet Help
    AppSheet can read data from a barcode or QR code using the camera on your phone or tablet, or an external barcode reader.Overview of barcode scanning... · Enable barcode scanning
  32. [32]
    Capture GPS location - AppSheet Help
    You can use a LatLong or ChangeLocation column to capture a GPS location. In apps that include these column types, the current location is polled once per ...
  33. [33]
    Offline and Sync: The Essentials - AppSheet Help
    Configure offline and sync · Open the app in the app editor. · Select Settings > Offline mode. · Expand each section and configure the offline mode properties, ...Configure offline and sync · Considerations for offline use · Launch offline
  34. [34]
    Sync: Between the app and the backend - AppSheet Help
    Clicking will manually invoke the Sync function. For apps that work primarily offline, the app creator should enable the Delayed Sync setting, and the app users ...
  35. [35]
    Conditionally require a column value (Required_If) - AppSheet Help
    The Required_If column constraint may be used to require a column value of a row be present before the row may be saved. If a required column value is blank, ...Missing: validation | Show results with:validation
  36. [36]
    Check form input validity (Valid_If) - AppSheet Help
    A Valid_If column constraint is a type of expression used in situations where the validity of the input requires richer data-dependent logic.
  37. [37]
    Conditionally show or hide a column value (Show_If) - AppSheet Help
    Conditionally show or hide a column value (Show_If) · Hide columns that aren't intended for forms. · Show only non-zero values in a column of numeric values.Missing: validation | Show results with:validation
  38. [38]
    Get started by using the sample apps - AppSheet Help
    Get started with AppSheet by using the sample apps that demonstrate common use cases. The sample apps are summarized in the following table.
  39. [39]
    Share: The Essentials - AppSheet Help
    AppSheet allows a co-author to add a new table to the app only from a team-shared data source. For fully collaborative environments, AppSheet provides team ...
  40. [40]
    Use Quick sync to instantly see other users' changes - AppSheet Help
    Quick sync is turned on by default. For best results, we recommend turning on Sync on start and Automatic updates when using Quick sync.
  41. [41]
    Improve the speed of Sync - AppSheet Help
    Improve the speed of Sync · Choose an efficient data provider · Reduce the amount of data transferred during Sync · Reduce the amount of computation (for ...2. Reduce The Amount Of Data... · If You Are Using The Legacy... · 3. Reduce The Amount Of...<|separator|>
  42. [42]
    Manage the rows in a table - AppSheet Help
    Add a comment to a row · To start a new thread, click New Comment Thread, enter a comment, and click Comment. · To reply to an existing thread, click the thread, ...
  43. [43]
    Tasks: The Essentials - AppSheet Help
    A task is a simple activity that runs quickly. For example, you can send someone a message (email, SMS), change data, or call an external service.
  44. [44]
    Monitor app activity using Audit History - AppSheet Help
    Go to the Manage > Monitor tab. · Expand Audit History. · Enable Enable Audit History alerts. · Click Change settings to save your change.Missing: workflows | Show results with:workflows
  45. [45]
    New Licenses page in the AppSheet Admin Console and group ...
    Jul 2, 2025 · Customers that purchase their AppSheet licenses through Workspace can now see the licenses purchased, assigned and used in a single consolidated view.Missing: benefits | Show results with:benefits<|control11|><|separator|>
  46. [46]
    Share resources with your team - AppSheet Help
    Sign in to AppSheet. · Select My team in the account profile drop-down. · Click Shared data. · Click + New Data Source and follow the prompts to add a new data ...
  47. [47]
  48. [48]
  49. [49]
  50. [50]
  51. [51]
  52. [52]
  53. [53]
    Actions: The Essentials - AppSheet Help
    Actions can be extremely helpful in accomplishing a variety of different tasks with your app, from email to copying a row.<|separator|>
  54. [54]
    AppSheet automation: The Components - Google Help
    AppSheet automation is a robust extension of AppSheet's no-code platform that enables you to automate common business processes and document-based workflows.
  55. [55]
    LINKTOFORM() - AppSheet Help
    Returns a deep link ( App value) to a form to create a new record in an app (the current app, if not specified) with at least one column preset to a value.
  56. [56]
    AppSheet Automation | Google Cloud
    AppSheet Automation: the essentials. Explore the fundamentals of creating automations with no-code. Learn more.
  57. [57]
    Create apps using Gemini for App Creation - AppSheet Help
    Gemini for App Creation allows you to build apps by simply describing a business process or idea in natural language. For example, you might give Gemini a ...Access Gemini for App Creation · Step 2: Review and edit the...
  58. [58]
    AppSheet year in review | Google Workspace Blog
    Dec 12, 2024 · 2024 was a year of growth and innovation for AppSheet. We launched new features and products that helped our customers create powerful and transformative apps.<|control11|><|separator|>
  59. [59]
    Democratizing app development using AppSheet with Gemini
    May 29, 2025 · The new app automates manual processes, helping employees spend time more productively and reducing onboarding time.Missing: benefits | Show results with:benefits
  60. [60]
    Predictive models - AppSheet Help
    Predictive models perform a statistical analysis of your app data in order to make predictions about future data.
  61. [61]
    Optical Character Recognition (OCR) - AppSheet Help
    OCR is a technology that allows you to access the text or writing that appears in an image. With AppSheet's OCR feature, you can speed up data entry.Missing: analysis forecasting
  62. [62]
    Extract, categorize, and summarize data in AppSheet with the power ...
    Oct 16, 2025 · AppSheet Enterprise Plus users can now add the new AI Task powered by Gemini, directly into their existing AppSheet automations.
  63. [63]
    Overview of AI in automations - AppSheet Help
    With Gemini in AppSheet Solutions, you can use AI in automations to extract information from an image, PDF document, or text; and categorize information.
  64. [64]
    Manage credits for Gemini usage - AppSheet Help
    ### Summary of AppSheet AI Credits and Gemini Usage
  65. [65]
    New features of Gemini in AppSheet Solutions are now generally ...
    Oct 14, 2025 · Summarize - this new AI capability lets you summarize records based on selected attributes, for example for summarizing the key aspects of a ...Missing: 2024 | Show results with:2024
  66. [66]
  67. [67]
  68. [68]
    [PDF] AppSheet Security and Compliance FAQ
    AppSheet is SOC2 Type 2 audited, uses SSO, does not capture IP/geolocation by default, is a "pass-through" platform, and encrypts data via HTTPS.
  69. [69]
    SOC 2: compliance | Google Cloud
    Google Cloud undergoes a regular third-party audit to certify individual products against SOC 2 standards.
  70. [70]
    Praveen Seshadri, Appsheet Inc: Profile and Biography
    Praveen Seshadri. Co-Founder, Appsheet Inc ; SECTOR. Technology ; INDUSTRY. Software & Tech Services ; SUB-INDUSTRY. Software ; INCORPORATED. 02/06/2012 ; ADDRESS.
  71. [71]
    Google acquires AppSheet, a no-code app development platform
    Jan 14, 2020 · Google on Tuesday announced it has acquired AppSheet, a no-code development platform for building workplace apps.
  72. [72]
    AppSheet Brings App-Creation to the Everyperson - 425 Business
    Jun 23, 2015 · Seshadri, who taught computer science at Cornell in the late '90s, joined forces with one of his former grad students, Brian Sabino, in 2012 to ...
  73. [73]
    Startup Spotlight: AppSheet lets non-developers build ... - GeekWire
    Feb 6, 2015 · The biggest hurdle we've overcome is: “We automatically create mobile apps from spreadsheets. That's easy to say now, but it has taken a leap of ...
  74. [74]
    Our Year in Review: A Timeline of Features
    Nov 1, 2015 · It's been an exciting year since AppSheet first launched in October 2014. Back then we were still learning about the needs of our users, ...
  75. [75]
    AppSheet Raises $1.5M Seed Round - VC News Daily
    Oct 19, 2015 · This latest round, in addition to an Angel round in 2014, brings AppSheet's total funding to $2.1 million. Time, cost, and complexity have ...<|control11|><|separator|>
  76. [76]
    Seattle startup AppSheet raises $15M for no-code app development ...
    Apr 25, 2019 · Total funding to date is $19.3 million. Founded in 2014, AppSheet sells software that enables nearly 6,000 customers such as Husqvarna Group, ...Missing: history | Show results with:history
  77. [77]
    AppSheet Secures $15M Series A Funding From Shasta Ventures
    Apr 25, 2019 · AppSheet, the leading no-code application platform, today announced the closing of a $15 million Series A funding round.Missing: history | Show results with:history
  78. [78]
    Google acquires no-code app development platform AppSheet
    Jan 14, 2020 · Google announced that it has acquired no-code app development platform AppSheet for an undisclosed sum. The team will join Google Cloud.Missing: history | Show results with:history<|control11|><|separator|>
  79. [79]
  80. [80]
    Google buys AppSheet for low-code app development - TechTarget
    Jan 14, 2020 · Google has acquired low-code app development vendor AppSheet in a bid to up its cloud platform's appeal among line-of-business users.Missing: rationale | Show results with:rationale
  81. [81]
    Google Says Yes To No-Code, Acquires AppSheet - Forbes
    Jan 17, 2020 · “With this acquisition, customers will be able to develop richer applications at scale that leverage not only Google Sheets and Forms which are ...Missing: announcement details
  82. [82]
    Google Workspace Updates Weekly Recap - August 30, 2024
    Aug 30, 2024 · The AppSheet Admin Console is now available in public preview. For the first time, Workspace admins will have visibility into the users, ...
  83. [83]
    August 20, 2024 - Release Notes - Google Developer forums
    Aug 20, 2024 · August 20, 2024 · AppSheet Release Notes ... AppSheet has improved the sync speed between your app and connected AppSheet database tables.
  84. [84]
    Overview of Integration Connectors with AppSheet - Google Help
    Google Cloud Integration Connectors let you expose your enterprise data in different applications and integrations, including AppSheet.Missing: 2025 | Show results with:2025
  85. [85]
    May 30, 2025 - Release Notes - Google Developer forums
    May 31, 2025 · Google Cloud Integration Connectors let you expose your enterprise data in different applications and integrations, including AppSheet. The ...
  86. [86]
    Extract and categorize data in AppSheet with the power of Gemini
    May 14, 2025 · AI Made Easy & Powerful: Integrating Gemini into AppSheet significantly simplifies how you incorporate advanced AI functions, such as data ...
  87. [87]
    Build no-code intelligent Agents with AppSheet, Gemini, and Vertex AI
    This session focuses on connecting AppSheet to custom Vertex agents via Apps Script, detailing API interactions and data flow and how to automate complex tasks.Missing: future roadmap
  88. [88]
    AppSheet Roadmap Sneak Peek - Q1 - Google Developer forums
    Mar 19, 2025 · AI Tasks will only be available for AppSheet Enterprise and will be included in those plans. We plan to make this feature broadly available in ...