Skip to main content

Data Placeholders

Use Type = data when a placeholder should pull a value from Airtable product data.

Required Columns

ColumnWhat it means
Placeholder KeyThe key used in templates, without braces.
TypeMust be data.
Source Field IDThe Airtable field ID used to pull the value.

Helpful Columns

ColumnWhat it means
Source ScopeHelpful grouping for editors.
Source Field LabelHuman-readable source field name.
Display StrategyHow multiple values should be shown.

Display Strategy

  • empty or default:
    • if all values are identical, show one value
    • if values differ, list them with record names
  • Minimum value
    • show the smallest numeric value
  • Maximum value
    • show the largest numeric value
  • All values
    • show all unique values
  • All values with name
    • show values with source record names in brackets

Example Keys

  • speed
  • no-of-analog-in-se
  • no-of-analog-in-se-all
  • no-of-analog-in-se-max

Common Mistakes

  • wrong Source Field ID
  • missing Type
  • using braces in Placeholder Key
  • using Minimum value or Maximum value on a non-numeric field
  • spelling the placeholder key differently in different rows
tip

If a data placeholder appears in the middle of a sentence and should start with a lowercase letter, you can use | lower-first in the Text Template.

note

Data placeholders are about the value itself. Keep the source field and display strategy consistent so editors do not have to guess how a row will render.