We use cookies to improve our service. Learn more.

Reference / Computed Columns

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 a list of names into text like "Alice, Bob, Susan" using the separator ", ".

Here we can see the column gathering all the values in the Name column and joining them into one long string of text.

But often joining the values of a Multiple Relation brings back a simple list of ingredients. With all these values in one cell, we can now display this list simply in a Text Component.

Using the Joined List column to join ingredients for a recipe
Using the Joined List column to join ingredients for a recipe

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

Updated 2 weeks ago
Was this helpful?