# Duplicate Components

**URL:** https://community.glideapps.com/t/duplicate-components/12585
**Category:** Ask for Help
**Created:** [July 16, 2020, 10:40am UTC](https://community.glideapps.com/t/duplicate-components/12585 "2020-07-16T10:40:12Z")
**Posts on this page:** 8
**Page:** 1

<div class="post-metadata">

### Author: ![r2thebizel](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/r2thebizel/32/10737_2.png) [@r2thebizel](https://community.glideapps.com/u/r2thebizel)
#### Post date: [July 16, 2020, 10:40am UTC](https://community.glideapps.com/t/duplicate-components/12585/1 "2020-07-16T10:40:12Z")

</div>

Hey all,  
I’m developing an FAQ tab in my app. That tab is linked to a Google Sheet that has the “Question” column and the “Answer” column for the FAQs. I’m displaying the data as a List. I want one of the questions to display a link from the spreadsheet however, when I add a link component to that particular question, Glide adds it to ALL the questions. How do I differentiate the components so when I add one, it doesn’t appear on all?

Many thanks in advance!

---

<div class="post-metadata">

### Author: ![ThinhDinh](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/thinhdinh/32/49_2.png) [@ThinhDinh](https://community.glideapps.com/u/ThinhDinh)
#### Post date: [July 16, 2020, 11:38am UTC](https://community.glideapps.com/t/duplicate-components/12585/2 "2020-07-16T11:38:07Z")

</div>

You can add a “Link” column to your data and show that as a link component. If the link is empty for other questions they won’t affect them, it will only show up in the question where you add the link.

---

<div class="post-metadata">

### Author: ![Wiz.Wazeer](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/wiz.wazeer/32/72423_2.png) [@Wiz.Wazeer](https://community.glideapps.com/u/Wiz.Wazeer)
#### Post date: [July 16, 2020, 12:08pm UTC](https://community.glideapps.com/t/duplicate-components/12585/3 "2020-07-16T12:08:09Z")

</div>

Don’t forget to create a relation between q&a otherwise link column will not work.

---

<div class="post-metadata">

### Author: ![jiabmsu\_msu](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/jiabmsu_msu/32/8945_2.png) [@jiabmsu\_msu](https://community.glideapps.com/u/jiabmsu_msu)
#### Post date: [July 16, 2020, 12:36pm UTC](https://community.glideapps.com/t/duplicate-components/12585/4 "2020-07-16T12:36:33Z")

</div>

Welcome them to our community!

---

<div class="post-metadata">

### Author: ![r2thebizel](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/r2thebizel/32/10737_2.png) [@r2thebizel](https://community.glideapps.com/u/r2thebizel)
#### Post date: [July 16, 2020, 5:43pm UTC](https://community.glideapps.com/t/duplicate-components/12585/5 "2020-07-16T17:43:41Z")

</div>

Absolutely amazing, thank you so much! As a newbie to Glide, that’s just made how the whole system works click in my head! 👍

---

<div class="post-metadata">

### Author: ![r2thebizel](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/r2thebizel/32/10737_2.png) [@r2thebizel](https://community.glideapps.com/u/r2thebizel)
#### Post date: [July 16, 2020, 5:44pm UTC](https://community.glideapps.com/t/duplicate-components/12585/6 "2020-07-16T17:44:18Z")

</div>

Thank you for this! How do you create that relation?

---

<div class="post-metadata">

### Author: ![Wiz.Wazeer](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/wiz.wazeer/32/72423_2.png) [@Wiz.Wazeer](https://community.glideapps.com/u/Wiz.Wazeer)
#### Post date: [July 16, 2020, 8:35pm UTC](https://community.glideapps.com/t/duplicate-components/12585/7 "2020-07-16T20:35:37Z")

</div>

You have the solution so I’m guessing you don’t need the relation? Because it’s on the same tab you wornt need to create a relation. I assumed the questions were going to be added to different tabs as well. But it’s a single FAQ tab so you will not need one.

---

<div class="post-metadata">

### Author: ![r2thebizel](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/r2thebizel/32/10737_2.png) [@r2thebizel](https://community.glideapps.com/u/r2thebizel)
#### Post date: [July 16, 2020, 8:52pm UTC](https://community.glideapps.com/t/duplicate-components/12585/8 "2020-07-16T20:52:43Z")

</div>

Correct but thank you so much for coming back to me - appreciate the help hugely.
