arrow_back

Google AppSheet: Getting Started

登录 加入
访问 700 多个实验和课程

Google AppSheet: Getting Started

实验 1 小时 universal_currency_alt 免费 show_chart 入门级
info 此实验可能会提供 AI 工具来支持您学习。
访问 700 多个实验和课程

GSP883

Google Cloud self-paced labs logo

Overview

This lab provides an introduction to the AppSheet, which let's you quickly get started with building applications.

In this lab, you use AppSheet to create a basic application to create and manage your personal contacts. You start by connecting to a simple spreadsheet that serves as your data source, and create views to read and update the contact information through the app.

What you'll do

In this lab, you perform the following tasks:

  • Sign in to AppSheet using your Google account.
  • Create an app using the AppSheet UI by starting with a Google sheet as a data source.
  • Preview the app's functionality using the live preview feature in the AppSheet UI.
  • Modify some of the existing contact data using the app.
  • Add a new person's contact information using the app.
  • Verify that the newly added and modified data is present in the underlying Google sheet.

Setup and requirements

Before you click the Start Lab button

Read these instructions. Labs are timed and you cannot pause them. The timer, which starts when you click Start Lab, shows how long lab resources are made available to you.

This hands-on lab lets you do the lab activities in a real cloud environment, not in a simulation or demo environment. It does so by giving you new, temporary credentials that you use to sign in and access AppSheet for the duration of the lab.

What you need

To complete this lab, you need:

  • Access to a standard internet browser (Chrome browser recommended).
  • Time to complete the lab.
Note: Use an Incognito or private browser window to run this lab. This avoids conflicts between your personal account and the student account.

How to start your lab and sign in to Appsheet

  1. When ready, click Start Lab.

    The Lab Details pane appears with the temporary credentials that you must use to sign in to Appsheet for this lab.

    If you need to pay for the lab, a dialog opens for you to select your payment method.

    Note: If you use other credentials, you will get errors or incur charges.
  2. Click Open AppSheet.

    The lab spins up resources, and then opens another tab that shows the Sign in page.

    Tip: Arrange the tabs in separate windows, side-by-side.

  3. Sign in with Google.

  4. If necessary, copy the Username below and paste it into the Sign in dialog.

    {{{user_0.username | "Username"}}}
  5. Click Next.

  6. Copy the Password below and paste it into the Welcome dialog.

    {{{user_0.password | "Password"}}}
  7. Click Next.

  8. Click I Understand to accept the terms.

  9. Click Continue to accept Google AppSheet's policy and terms.

  10. On the AppSheet consent page, click Allow. This allows AppSheet access to the Google Drive folders associated with your Google Cloud Skills Boost account.

  11. You are now signed in to AppSheet.

    If necessary, close the Tell us about you so we can make better recommendations dialog to view the AppSheet MyApps page.

    The MyApps page is empty since you do not yet have any apps.

Task 1. Create your first AppSheet app

There are 3 ways you can build your app using AppSheet:

  • Connect to a data source
  • From scratch with an idea
  • Use a template

In this task, you create a new app by connecting to a data source using the AppSheet UI. You use the spreadsheet that you set up in the previous task on Drive as the source of data for this app.

Create the app

  1. Switch to the AppSheet UI in your other browser tab.

  2. On the My Apps page, click Create > App > Start with existing data.

  3. For App name, type Customer Contacts to name your app.

  4. For Category, select Customer Engagement from the list.

  5. Click Choose your data.

Select data for your app

  1. In the Select data source dialog, select Google sheets.

  2. In the file picker, select the contacts from your My Drive folder on Google Drive, and click Select. This sheet was provisioned for the lab.

  3. Click Customize with AppSheet to go to the AppSheet editor.

AppSheet creates the app and displays it in the AppSheet editor UI. The UI also provides a preview of the app running in an emulator which you can use to execute some of the app's functions.

Click Check my progress to verify the objective. Create your first AppSheet app

Task 2. Preview the app

AppSheet has created your new app and connected it to the contacts spreadsheet that provides data for that app. The contacts app is a live, functional prototype that is connected to the contacts sheet on Google Drive.

The AppSheet editor comprises of 3 main areas:

  • Navigation bar: You use the left navigation bar to implement the app's functionality, including its data source connections and schema, the user experience (UX) and other behaviors. You will explore some of these topics in subsequent labs of this course.

  • Main panel: The main panel in the AppSheet editor is where you configure settings for the app to implement its functionality, based on the option you select in the left navigation bar.

  • App live previews: Here is where you view and test changes to your app's functionality as you design and implement features in your app.

In this task, you use the app live preview to explore the basic functions of the contacts app.

View contact information

  1. In the app live preview, scroll through the list of contacts that are displayed in the App.

    AppSheet automatically sorts the data by first and last name.

  2. Click the name of any contact.

    The app displays a detailed view of that contact's information that includes an email address and phone number.

    This data was automatically loaded from the Google sheet.

Task 3. Modify contact information

  1. For the contact you selected, click the Edit icon pencil icon to edit that person's contact information.

  2. Change the first name and phone number of the contact and click Save.

  3. Verify that the name and phone number is updated on the contact details page in the app.

  4. Click the Back arrow back arrow icon to go back to the list of contacts.

  5. Verify that the updated name is shown on the contacts list page.

Task 5. Add a new contact

  1. On the contact lists page in the live app preview, click the + icon to add a new contact.

  2. In the contact form, specify the following:

Property

Value

ID

51

Email Address

[email protected]

First Name

Test

Last Name

Contact

Phone

1-100-234567

Note: [email protected] must be in the form. You can enter additional contacts as well.
  1. Click Save.

  2. On the contacts list page in the app, click the magnifying glass search icon.

  3. In the search box, enter the first or last name of the contact that you added in the previous step.

    Note: You can also search by email address or phone number.
  4. The list is filtered to only show contacts that match the search criteria.

  5. Click the Test Contact record to view details about the contact, and verify the information that is displayed.

Click Check my progress to verify the objective. Add a new contact

Task 6. Sync app data

All the changes made so far in the previous task are local within the app and are automatically synced to the underlying data source used by the app.

However, in some cases not all changes may immediately sync to the data source.

In this task, you sync the data changes to the Google sheet used by the app and verify the changes on Google Drive.

Synchronize your app data changes

  1. The live app preview displays the current number of data changes made to the app above Sync sync icon, since the last app sync event.

    Verify that the number displayed matches the changes made in the app in the previous task.

    Note: If a number is not displayed, then this indicates all data changes made in the app have been already synced.
  2. Click sync sync icon to synchronize the changes to the Google sheet on Google Drive.

Task 7. Verify the data changes

  1. In a new browser tab, open MyDrive.

  2. Open the contacts sheet.

  3. Scroll to the bottom of the list to find the new contact that was added using the app.

  4. In the sheet, press Ctrl+F or Command+F to search for the contact that was modified using the app, and verify that the name and phone number is updated.

Congratulations!

You have successfully created your first app using AppSheet. In this lab you have learned how to:

  • Create an app using the AppSheet UI.
  • Configure the app using data from a sheet on Google Drive.
  • Use the live app preview to modify the data displayed in the app.
  • Verify that the data changes made via the app have been persisted in the underlying data source (sheet on Google Drive).

Next steps / Learn more

This lab is part of a series of labs called Qwik Starts. These labs are designed to give you some experience with the many features available with Google Cloud. Search for "Qwik Starts" in the lab catalog to find the next lab you'd like to take!

Google Cloud training and certification

...helps you make the most of Google Cloud technologies. Our classes include technical skills and best practices to help you get up to speed quickly and continue your learning journey. We offer fundamental to advanced level training, with on-demand, live, and virtual options to suit your busy schedule. Certifications help you validate and prove your skill and expertise in Google Cloud technologies.

Manual Last Updated June 9, 2025

Lab Last Tested June 9, 2025

Copyright 2025 Google LLC. All rights reserved. Google and the Google logo are trademarks of Google LLC. All other company and product names may be trademarks of the respective companies with which they are associated.

准备工作

  1. 实验会创建一个 Google Cloud 项目和一些资源,供您使用限定的一段时间
  2. 实验有时间限制,并且没有暂停功能。如果您中途结束实验,则必须重新开始。
  3. 在屏幕左上角,点击开始实验即可开始

使用无痕浏览模式

  1. 复制系统为实验提供的用户名密码
  2. 在无痕浏览模式下,点击打开控制台

登录控制台

  1. 使用您的实验凭证登录。使用其他凭证可能会导致错误或产生费用。
  2. 接受条款,并跳过恢复资源页面
  3. 除非您已完成此实验或想要重新开始,否则请勿点击结束实验,因为点击后系统会清除您的工作并移除该项目

此内容目前不可用

一旦可用,我们会通过电子邮件告知您

太好了!

一旦可用,我们会通过电子邮件告知您

一次一个实验

确认结束所有现有实验并开始此实验

使用无痕浏览模式运行实验

请使用无痕模式或无痕式浏览器窗口运行此实验。这可以避免您的个人账号与学生账号之间发生冲突,这种冲突可能导致您的个人账号产生额外费用。