# Image gallery? help :)

**URL:** https://community.glideapps.com/t/image-gallery-help/75955
**Category:** Ask for Help
**Created:** [August 29, 2024, 2:14am UTC](https://community.glideapps.com/t/image-gallery-help/75955 "2024-08-29T02:14:19Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![ArtofReinvention](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/artofreinvention/32/75948_2.png) [@ArtofReinvention](https://community.glideapps.com/u/ArtofReinvention)
#### Post date: [August 29, 2024, 2:14am UTC](https://community.glideapps.com/t/image-gallery-help/75955/1 "2024-08-29T02:14:19Z")

</div>

Hello wonderful Glide community. I’m in love with my app, and not going back, but I am stuck on how the heck to get an image gallery in my app? The short of it is: I am a travel advisor, so a big part of my app is to showcase different properties within my network.

I have tried adding the “file picker” attached to the “multiple image” field per many Youtube videos, but the gallery becomes totally user specific, which isn’t at all what I’m intending. I want every property in that table to have an image gallery that I can upload images to, and that. Help?

Editing to add: is there a Glide template with an existing image gallery I can borrow? I’ve been frustratingly stuck on this and would love to move on to other badass features.

---

<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: [August 29, 2024, 4:50am UTC](https://community.glideapps.com/t/image-gallery-help/75955/2 "2024-08-29T04:50:37Z")

</div>

> [@ArtofReinvention](#):
>
> but the gallery becomes totally user specific

Are you writing to a user specific column? Are you using Airtable or Google Sheets? The Multiple Images column will only be non user specific if created in a Glide table.

---

<div class="post-metadata">

### Author: ![ArtofReinvention](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/artofreinvention/32/75948_2.png) [@ArtofReinvention](https://community.glideapps.com/u/ArtofReinvention)
#### Post date: [August 29, 2024, 11:40am UTC](https://community.glideapps.com/t/image-gallery-help/75955/3 "2024-08-29T11:40:00Z")

</div>

Hi! I’m using Airtable. I don’t even mind using Glide’s database, but can’t figure that out either.

---

<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: [August 29, 2024, 12:17pm UTC](https://community.glideapps.com/t/image-gallery-help/75955/4 "2024-08-29T12:17:41Z")

</div>

The Multiple Images column is not fully compatible with external data sources, so it can only live within Glide, and unfortunately it is stuck as being a user specific column as a result. (This honestly makes no sense to me. I understand that it has to live in Glide, but I do not understand why it’s forced to be user specific. One of those long standing issues that I feel would be really easy to fix.)

A few options for you are:

- Create a new glide table and migrate your data there.
- Create a Glide table specifically to hold only your images and relate it to the data in your other table.
- Load each image into a table as individual rows or into individual columns in the same row. (Don’t use the Multiple Images column)
- Possibly you could create a multiple images column in your user profile, load that temporarily when you upload images. Add a joined list column to merge it into a comma delimited list of urls. Then add some kind of action flow that copies that comma delimited list of urls into your properties table, where you can then use a Split Text column to convert it back to an array.
- Probably other creative ways that require a little out of the box thinking.

Basically, your options are to switch to glide tables or find a workaround if you want to use the Multiple Images column normally.
