# Airtable to Glide Multiple image Snyc

**URL:** https://community.glideapps.com/t/airtable-to-glide-multiple-image-snyc/69499
**Category:** Ask for Help
**Created:** [January 12, 2024, 10:22am UTC](https://community.glideapps.com/t/airtable-to-glide-multiple-image-snyc/69499 "2024-01-12T10:22:00Z")
**Posts on this page:** 7
**Page:** 1

<div class="post-metadata">

### Author: ![wassimHHH](https://avatars.discourse-cdn.com/v4/letter/w/c77e96/32.png) [@wassimHHH](https://community.glideapps.com/u/wassimHHH)
#### Post date: [January 12, 2024, 10:22am UTC](https://community.glideapps.com/t/airtable-to-glide-multiple-image-snyc/69499/1 "2024-01-12T10:22:00Z")

</div>

Hello,

I have probleme showing multiple image that are stored in my airtable to the glide.

In glide it appear like a single image and when we have 2 image it doesn’t show up?

In another table the muiltiple image is working ? Processing: Capture d’écran 2024-01-12 à 11.14.30.png…

 ![Capture d’écran 2024-01-12 à 11.15.29](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/d/7/d74e0bce1fa8279524bed38e6e8a748bb083d71b.jpeg)  
 ![Capture d’écran 2024-01-12 à 11.16.46](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/0/a/0a7aeb85bfdea74c7f0bac519bfce133876e15e3.jpeg)

Any idea ? Thank you in advance

---

<div class="post-metadata">

### Author: ![wassimHHH](https://avatars.discourse-cdn.com/v4/letter/w/c77e96/32.png) [@wassimHHH](https://community.glideapps.com/u/wassimHHH)
#### Post date: [January 12, 2024, 10:23am UTC](https://community.glideapps.com/t/airtable-to-glide-multiple-image-snyc/69499/2 "2024-01-12T10:23:22Z")

</div>

This is my airtable base :

 ![Capture d’écran 2024-01-12 à 11.14.30](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/c/6/c6ed7ceb72069802b938103b04b686b7c9634dfe.jpeg)

---

<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: [January 13, 2024, 1:31am UTC](https://community.glideapps.com/t/airtable-to-glide-multiple-image-snyc/69499/3 "2024-01-13T01:31:06Z")

</div>

Are you talking about the “JPG” column or the “Images secondaires” column?

---

<div class="post-metadata">

### Author: ![wassimHHH](https://avatars.discourse-cdn.com/v4/letter/w/c77e96/32.png) [@wassimHHH](https://community.glideapps.com/u/wassimHHH)
#### Post date: [January 14, 2024, 8:45pm UTC](https://community.glideapps.com/t/airtable-to-glide-multiple-image-snyc/69499/4 "2024-01-14T20:45:43Z")

</div>

I’m taking about image secondair colum

---

<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: [January 14, 2024, 11:31pm UTC](https://community.glideapps.com/t/airtable-to-glide-multiple-image-snyc/69499/5 "2024-01-14T23:31:39Z")

</div>

If you change the type of that column to text, do you see anything?

---

<div class="post-metadata">

### Author: ![wassimHHH](https://avatars.discourse-cdn.com/v4/letter/w/c77e96/32.png) [@wassimHHH](https://community.glideapps.com/u/wassimHHH)
#### Post date: [January 15, 2024, 8:22am UTC](https://community.glideapps.com/t/airtable-to-glide-multiple-image-snyc/69499/6 "2024-01-15T08:22:59Z")

</div>

Hello, This is what i get when i change colum to texte. But when we have 2 images the case is empty.

 ![Screenshot by Dropbox Capture](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/0/e/0e6809ea9d62560755921942da1258f8d6bb6649.jpeg)

---

<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: [January 15, 2024, 1:18pm UTC](https://community.glideapps.com/t/airtable-to-glide-multiple-image-snyc/69499/7 "2024-01-15T13:18:22Z")

</div>

Add a Split Text column to convert your comma delimited list of urls into an array. Then you can use that in your app in an image component for example.

For whatever reason your Airtable specific column is not being seen an an array in Glide, but the Split Text column would create an array from that string of urls. Maybe it couldn’t determine that it was an array column because it appears to be empty in some cases. You won’t see the images in the data editor, but that won’t affect how it works on the front end.
