# Image Duplicates

**URL:** https://community.glideapps.com/t/image-duplicates/11200
**Category:** Ask for Help
**Created:** [June 21, 2020, 12:04pm UTC](https://community.glideapps.com/t/image-duplicates/11200 "2020-06-21T12:04:43Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![raiii](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/raiii/32/95_2.png) [@raiii](https://community.glideapps.com/u/raiii)
#### Post date: [June 21, 2020, 12:04pm UTC](https://community.glideapps.com/t/image-duplicates/11200/1 "2020-06-21T12:04:43Z")

</div>

I am creating a homework app where a student can upload an image of their question and other students/teachers can provide their response to the question via image. Currently, I’m using the form feature to allow image responses to be uploaded to the specific question. However, I discovered that the response also appears in other images/questions. How do I make sure that the image response to the specific question is not reflected in other images?

---

<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: [June 21, 2020, 4:26pm UTC](https://community.glideapps.com/t/image-duplicates/11200/2 "2020-06-21T16:26:21Z")

</div>

Can we have a link to your app or some screenshots/videos of the issue? Thank you.

---

<div class="post-metadata">

### Author: ![Lucas\_Pires](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/lucas_pires/32/64863_2.png) [@Lucas\_Pires](https://community.glideapps.com/u/Lucas_Pires)
#### Post date: [June 22, 2020, 5:19am UTC](https://community.glideapps.com/t/image-duplicates/11200/3 "2020-06-22T05:19:42Z")

</div>

Welcome @raiii 😁

If I understood right, you need to create a second column as _Replay/Image 2_.

Once the Question is submitted, it creates a new row in your sheets, the student would upload in Answer 1 image picker. When the teacher will reply the question, you can create a Button with the action _Link to screen_, and choose Data to **This Item** , and setup with some texts and the “Replay/Image 2” image picker and a _Text Entry_ component for the reply.

#### That’s only a suggestion, but you can also display it still in the Answer screen.

 ![image](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/2X/8/8960b2781d22a1ef9e1be726e2f449a1e8828658.png)

You can also display still in the Answer screen the “Replay/Image 2” image component and a text component for the replay when someone reply it. It’ll appears once both are not empty.

> To get a better user experience, I’d do an extra thing: Setup the visibility for the button to shows when the _Replay/Image 2_ image picker **is empty**. Once the teacher reply it, and comes back, the button is gone.

---

<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: [June 26, 2020, 10:30pm UTC](https://community.glideapps.com/t/image-duplicates/11200/4 "2020-06-26T22:30:03Z")

</div>

You need to make sure that you are using column values in the form to attach some form of unique Id from the question. Then when displaying the form responses within the question, you will need to create a relation column in the questions sheet to link the question ID to the question Id in the form response sheet. The relation is what you use for an inline list to display only the relevant answers to that question.

---

<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: [June 26, 2020, 10:51pm UTC](https://community.glideapps.com/t/image-duplicates/11200/5 "2020-06-26T22:51:07Z")

</div>

Thanks Jeff, sorry I forgot to get back to this and update but I have solved this after the person contacted me via messages, basically the same method you described 😄

---

<div class="post-metadata">

### Author: ![raiii](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/raiii/32/95_2.png) [@raiii](https://community.glideapps.com/u/raiii)
#### Post date: [June 27, 2020, 6:24am UTC](https://community.glideapps.com/t/image-duplicates/11200/6 "2020-06-27T06:24:07Z")

</div>

Got it solved. Thank you everyone for your help. Really appreciate 😁
