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
Construct URL
Date Difference
Distance
Experimental Code Column
Format Duration
Generate Image
If → Then → Else Column
Joined List
Lookup Column
Make Array Column
Math Column
Query Column
Relations
Rollup Column
Row ID Column
Single Value Column
Split Text Column
Template Column
Integrations
Workflows
View API Docs

Use Cases

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

Reference

Account
User Experience
Values
  • Computed Columns
  • Template Column

Template Column

Display dynamic text that can change with the values in other columns.

Template columns allow you to display dynamic text from data found in other columns.

For instance, you can use template columns to create messages where you need to display user-specific information. Check out this example:

“Welcome, NAME!” is the message and NAME is user-specific information extracted from a column source.

Creating a Template 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 Template or navigate to Computed → Template.

  5. Enter the full text of the message you want to configure. Be sure to leave placeholders for every spot where you want to automatically substitute user-specific data.

  6. Specify the placeholder text that should be replaced, and what it should be replaced with.

  7. If you’d like to make multiple replacements, select Add replacement and make a new entry for each word that should be replaced.

  8. When you are finished, select Done. The text in your column should automatically update with the customized, user-specific information you’ve chosen.

[BLANK] Using Template Placeholders

It can be helpful to use brackets or capital letters in your template message so it’s obvious where you should swap out the text.

For example: “Welcome, NAME! Today is DAY.” Becomes: “Welcome, Elina! Today is Thursday.”

Information from User Profiles

If you plan to display user-specific information, such as names, make sure to set up User Profiles in your app. This way, data specific to that user in your template column is displayed properly in your app.

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

Updated more than a week ago

Previous

Split Text Column

Next

Integrations

Was this article helpful?
Exit Preview Mode