Glide HomepageOpen Glide

Getting Started

Quickstart
Intro to Layout
Intro to the Data Editor
Data to Layout
Intro to Actions
Intro to Workflows
App Settings
Templates

Essentials

Data Sources
Basic Columns
Components
Security and User Data
Users
Publishing and Sharing

Automation

Actions
Add Row
Compose Email
Compose Text Message
Copy to Clipboard
Delete Row
Dial Phone Number
Generate CSV
Go Back
Go to Tab
Increment value
Open Address on Map
Open Link
Record and Transcribe Voice
Reload Query
Scan Barcode or QR Code
Send Email
Set Column Values
Share Link
Show Detail Screen
Show Edit Screen
Show Form Screen
Show New Screen
Show Notification
Show User Profile Screen
Shuffle Order
Sign In
Trigger Workflow
Wait/Wait for Condition
Webhook
Zapier Action
AI
Computed Columns
Integrations
Workflows
View API Docs

Use Cases

Forms
Images in Glide
Conditions, Filtering, and Visibility
Duplicating Apps

Reference

Account
User Experience
Values
  • Actions
  • Show Detail Screen

Show Detail Screen

Show the details screen for a collection item.

The Show Detail Screen action takes the user to a screen with the data for the particular Collection item or row. By default, Collection items link to their Detail Screen.

The Show Details action on a collection.

The Show Detail Screen action can be used as an action in the components of your app (like Buttons, Collections, and much more), or it can be triggered along with other actions as part of a Workflow.

Setting up the Show Detail Screen Action

In the Layout Editor

  1. Click on the plus (+) sign in the Components panel and select the Component you want to trigger the action.

  2. In the General tab on the right side of the Layout Editor, navigate to the Actions section. You may need to select Enable advanced actions.

  3. For Item Click, select Show detail screen.

  4. In the Data field, select the collection item for which to show details. For the collection item that the user clicks on, select This item.

  5. In the Navigation field, select where the detail screen should appear: as the current screen, main screen, an overlay, or a slide in.

  6. You can optionally add Conditions for certain criteria to be met before a user can trigger this action.

In the Workflow Editor

  1. Select the + New Workflow button. If you have existing actions, click on the plus (+) sign in the left panel.

  2. Select the data source for your action.

  3. Search for the Show detail screen action.

  4. In the Data field, select the collection item for which to show details. For the collection item that the user clicks on, select This item.

  5. In the Navigation field, select where the detail screen should appear: as the current screen, main screen, an overlay, or a slide in.

  6. Configure your first action by clicking the first step in the workflow. You can also add conditions to your actions, if needed.

  7. To add new actions to the flow, hover just underneath an action and click the plus button. In this way you can add the Show Detail Screen action as just one step in a larger workflow.

Show Detail Screen Use Case

Show Details About a Location Item

While the Show Detail Screen action is most commonly found and often used on collection items, you can also use it on other components, such as the Map Component. Clicking a pin on a map will show basic details (that you can choose while setting up the component) about that location as a pop up. If there are more details you want users to see, you can add a Show Detail Screen item to the map.

For example, if you’re building an app for a property rental agency, you might have a wide range of information about listed properties. You can include the most important information on the map component itself, including:

  • the address

  • monthly rent

  • number of bedrooms and bathrooms

  • photo of the property

But the listing will also include other important information, such as the property type, whether parking or in-unit laundry are available, the property’s age, schools nearby, the agent’s contact details, and more. To show users this additional information, you can set up a Show Detail Screen action on the map component by following the steps above. Now, when users click on the basic information that pops up from a map pin, they are taken to the detail screen for that collection item.

Check the Introduction to Actions page for a full list of components that can be used to trigger actions.

Have a question about Show Detail Screen? Ask the Glide community.
Need more help? Hire an Expert.

Updated more than a week ago

Previous

Share Link

Next

Show Edit Screen

Was this article helpful?
Exit Preview Mode