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
  • Computed Columns
  • Joined List

Joined List

Join multiple values together into a single value.

The Joined List computed column joins or concatenates many values into a single text value. For example, it could join the list of names:

  • Alice

  • Bob

  • Susan

Into a text list like "Alice, Bob, Susan".

The Joined List column also allows you to choose how you separate these different values. By default, all values are separated by a comma. You can add whatever you want as a separator, including a value from another column.

Creating a Joined List Column

  1. In the Data Editor, open the table you want to edit.

  2. Add a new column by clicking the plus (+) symbol to the right of the table.

    • New columns added with the plus button will always appear on the right. If you'd like to add a column somewhere else in your data, you can select the dropdown menu on an existing column and choose Add column right. You can also click and drag columns to rearrange them.

  3. Give the column a name.

  4. For Type, search for Joined List or navigate to Computed → Joined List.

  5. Choose the column where the text is that should be joined.

  6. Choose a symbol or data to use as the separator.

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

Updated more than a week ago

Previous

If → Then → Else Column

Next

Lookup Column

Was this article helpful?
Exit Preview Mode