# Glide app Combining multiple linked record fields into one field

**URL:** https://community.glideapps.com/t/glide-app-combining-multiple-linked-record-fields-into-one-field/54781
**Category:** Ask for Help
**Created:** [November 23, 2022, 3:49pm UTC](https://community.glideapps.com/t/glide-app-combining-multiple-linked-record-fields-into-one-field/54781 "2022-11-23T15:49:23Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![Melanie\_Ruff](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/melanie_ruff/32/50750_2.png) [@Melanie\_Ruff](https://community.glideapps.com/u/Melanie_Ruff)
#### Post date: [November 23, 2022, 3:49pm UTC](https://community.glideapps.com/t/glide-app-combining-multiple-linked-record-fields-into-one-field/54781/1 "2022-11-23T15:49:23Z")

</div>

Hello!  
I want to combine these 3 columns into one column (screenshot) and keep the relationships.  
Can someone please help me maybe?

 ![image](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/a/1/a127a38d43a19f98dac2dc1ae14dd2ab00605e25.png)

---

<div class="post-metadata">

### Author: ![Jeff\_Hager](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/jeff_hager/32/43_2.png) [@Jeff\_Hager](https://community.glideapps.com/u/Jeff_Hager)
#### Post date: [November 23, 2022, 3:53pm UTC](https://community.glideapps.com/t/glide-app-combining-multiple-linked-record-fields-into-one-field/54781/2 "2022-11-23T15:53:58Z")

</div>

Relations don’t contain values. They just contain links to related rows. Also, they do not return a specific column, as they are a link to an entire row.

If you need a specific column value from each of those 3 relations, then you will also need 3 Lookup columns that each return a specific column value from each of those relations.

Finally create a template column, set the the tempate to `1 2 3`, and replace each of those numbers with the appropriate Lookup column. (This will only work if your relation is set to a single relation. Just make sure “multiple” is not selected in the relation configuration")

---

<div class="post-metadata">

### Author: ![Melanie\_Ruff](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/melanie_ruff/32/50750_2.png) [@Melanie\_Ruff](https://community.glideapps.com/u/Melanie_Ruff)
#### Post date: [November 23, 2022, 4:00pm UTC](https://community.glideapps.com/t/glide-app-combining-multiple-linked-record-fields-into-one-field/54781/3 "2022-11-23T16:00:12Z")

</div>

Oh wow! thank you so much for the fast answer!! i will try it ASAP.

---

<div class="post-metadata">

### Author: ![Melanie\_Ruff](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/melanie_ruff/32/50750_2.png) [@Melanie\_Ruff](https://community.glideapps.com/u/Melanie_Ruff)
#### Post date: [November 23, 2022, 4:25pm UTC](https://community.glideapps.com/t/glide-app-combining-multiple-linked-record-fields-into-one-field/54781/4 "2022-11-23T16:25:24Z")

</div>

it did work!!! 🥳 thank you again!

---

<div class="post-metadata">

### Author: ![system](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/system/32/53398_2.png) [@system](https://community.glideapps.com/u/system)
#### Post date: [November 24, 2022, 4:25pm UTC](https://community.glideapps.com/t/glide-app-combining-multiple-linked-record-fields-into-one-field/54781/5 "2022-11-24T16:25:29Z")

</div>

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.
