# Gallery -\> Join column -\> then back to image gallery

**URL:** https://community.glideapps.com/t/gallery-join-column-then-back-to-image-gallery/66708
**Category:** Ask for Help
**Created:** [October 2, 2023, 8:45pm UTC](https://community.glideapps.com/t/gallery-join-column-then-back-to-image-gallery/66708 "2023-10-02T20:45:12Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![Brandon](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/brandon/32/58098_2.png) [@Brandon](https://community.glideapps.com/u/Brandon)
#### Post date: [October 2, 2023, 8:45pm UTC](https://community.glideapps.com/t/gallery-join-column-then-back-to-image-gallery/66708/1 "2023-10-02T20:45:12Z")

</div>

How would I do the following and to have it work?

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

1. Multiple images

2. Join those images  
2.a I want it in a join column so its easier to transfer across data homes.

3. With a the join column displaying those images in the image component.

I need a way to do it where it captures the images, I need a method besides doing single value methods.

---

<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: [October 4, 2023, 2:10am UTC](https://community.glideapps.com/t/gallery-join-column-then-back-to-image-gallery/66708/2 "2023-10-04T02:10:12Z")

</div>

Do you mean you want to basically copy the content of a multiple images column to somewhere else?

---

<div class="post-metadata">

### Author: ![Brandon](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/brandon/32/58098_2.png) [@Brandon](https://community.glideapps.com/u/Brandon)
#### Post date: [October 4, 2023, 8:31pm UTC](https://community.glideapps.com/t/gallery-join-column-then-back-to-image-gallery/66708/3 "2023-10-04T20:31:14Z")

</div>

## Yes, the way to grab all the images instead of doing a single value for a set amount of images.

Doing the single value thing in an array is the only way I found it to work.

---

<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: [October 4, 2023, 11:35pm UTC](https://community.glideapps.com/t/gallery-join-column-then-back-to-image-gallery/66708/4 "2023-10-04T23:35:00Z")

</div>

You can not display images using a joined list column. You should have an array instead. That’s why the original multiple images component works, it’s considered an array. If you split the joined list column, you can also find that it works.

Can you describe more about your use case? I don’t understand why “single value” is relevant here.
