If you have used AppSheet's App Gallery, you know the value of having a list of apps that you can easily access from a single app.
You can create your own app launcher that launches AppSheet apps. This allows you to create a suite of solutions. It simplifies deployment because you can now deploy one app and simply change a back-end spreadsheet to add or update other apps.
- Get started by using the sample app launcher
- Create an an app launcher
- Use deep links in an app launcher
- Create a URL launcher
- Launch an app by using the URL
Get started by using the sample app launcher
The App Portal is a sample app launcher that you can use as an example to build your own.
Create an app launcher
- Create a spreadsheet table for the app launcher.
An app launcher table has three fields.- App Name: Name of the app.
- Image: Public URL for the image or a reference to a file in your cloud provider. See Display images and documents.
- App Link: App name you obtain from the link to the app. For example, if the link to the application URL is
https://appsheet.com/template/showdef?appName=ClassAssignments-71626
, enter ClassAssignments-71626 in this field.
- Create the app launcher app using the spreadsheet. See Create apps: The Essentials.
- Open the app launcher in the editor.
- Go to Data .
We've made some improvements to the app editor.
You are opted in to the new editor by default, but you can switch back to the legacy editor at any time.If you are using the legacy editor
Go to Data > Tables and expand the table.
- Make sure that the column types are configured as follows:
Column Type App Name Name
Image Image
orThumbnail
App Link App
- Create a view of type gallery, table, or deck.
- Save the application.
The linked app will load when you click or tap on the image in the app launcher application.
Use deep links in an app launcher
The app name (for example, ClassAssignments-71626
) is actually a link to the initial view of the named app. Instead of starting with the initial view, you can specify deep links to specific views of the app. For example, you can:
- Open the app with a specific view displayed
- Navigate to a different view in the current app
See App column type (deep link).
Create a URL launcher
You can create your own URL launcher application that launches web sites based on the web site's URL.
To create a URL launcher:
- Create a spreadsheet table for the URL launcher.
The URL launcher table has three fields.- URL Name: Name of the URL.
- Image: Public URL for the image or a reference to a file in your cloud provider. See Display images and documents.
- URL Link: URL you wish to launch.
- Create the URL launcher app using the spreadsheet. See Create apps: The Essentials.
- Go to Data .
We've made some improvements to the app editor.
You are opted in to the new editor by default, but you can switch back to the legacy editor at any time.If you are using the legacy editor
Go to Data > Tables and expand the table.
- Make sure that the column types are configured as follows
-
Column Type URL Name Name
Image Image
orThumbnail
URL Link URL
- Create a view of type gallery, table, or deck.
- Save the application.
The website will load when you click/tap on the web site's image in the URL Launcher application.
Launch an app by using the URL
You can provide a URL to users of an app by email or other media and direct them to a given view in an app that is already installed. This can be accomplished by providing an AppSheet URL.
To access the AppSheet URL, perform the following steps:
- Go to App > Views.
- Select the view in the left navigation that you want to link to.
- Under Behavior, copy the URL provided in the App Link field.
See also: App Column type (deep link)