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
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
App Info
Column values
Current Date/Time
Custom Values
Keys & Unique IDs
Screen Values
Unique Identifier
User Profile Columns
  • Values
  • Screen Values

Screen Values

Values that you can access from the current screen.

Occasionally you will see the option to work with Screen values in Glide. Screen values are useful when working with Forms or Inline Lists. Let's look at two examples.

In Forms

Take a look at using Screen Values to filter a Choice component using the inventory template.

This screen shows a user adding a new inspection. This is a Form screen.

In this app, there are many properties and each property has multiple units. When you pick a property, you only want to have to choose from a list of units within that property. You don't want to pick from a list of all units from all properties.

You can therefore add a Filter on the Choice component that says: "Only show units where the property ID matches the property ID selected in the current screen."

Filtering Collections

Another use case for using Screen Values is when you have collections.

When you have a collection, you have two contexts:

  1. The row of the current screen

  2. The rows of the collection

Without screen values, the collection doesn't know what screen it is being shown on. With screen values, you can use the containing screen's values in your conditions.

For example, showing a list of related items without showing the current item.

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

Updated more than a week ago

Previous

Keys & Unique IDs

Next

Unique Identifier

Was this article helpful?
Exit Preview Mode