# Can I place an image in a fields list?

**URL:** https://community.glideapps.com/t/can-i-place-an-image-in-a-fields-list/64071
**Category:** Ask for Help
**Created:** [July 18, 2023, 5:45pm UTC](https://community.glideapps.com/t/can-i-place-an-image-in-a-fields-list/64071 "2023-07-18T17:45:45Z")
**Posts on this page:** 15
**Page:** 1

<div class="post-metadata">

### Author: ![jejones](https://avatars.discourse-cdn.com/v4/letter/j/e274bd/32.png) [@jejones](https://community.glideapps.com/u/jejones)
#### Post date: [July 18, 2023, 5:45pm UTC](https://community.glideapps.com/t/can-i-place-an-image-in-a-fields-list/64071/1 "2023-07-18T17:45:45Z")

</div>

I have a table that contains only numbers, Within Glide, I want to display the numbers as images so 1 becomes  
 ![image](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/e/c/ec88f54a5e771fe11a5923d64979e8c46bdb2c0e.png)

If I reference the field containing the image, nothing appears. If I convert it to a URL where the image is stored, I just get the URL as text. The fields lists are derived from breadcrumbs so I don’t know if there’s another component I can use?

---

<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: [July 18, 2023, 6:03pm UTC](https://community.glideapps.com/t/can-i-place-an-image-in-a-fields-list/64071/2 "2023-07-18T18:03:31Z")

</div>

Is your image column configured as an image column?

---

<div class="post-metadata">

### Author: ![jejones](https://avatars.discourse-cdn.com/v4/letter/j/e274bd/32.png) [@jejones](https://community.glideapps.com/u/jejones)
#### Post date: [July 18, 2023, 6:34pm UTC](https://community.glideapps.com/t/can-i-place-an-image-in-a-fields-list/64071/3 "2023-07-18T18:34:38Z")

</div>

My data source is a google sheet so I guess not. Do I need to add an image column within Glide itself?

---

<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: [July 18, 2023, 7:00pm UTC](https://community.glideapps.com/t/can-i-place-an-image-in-a-fields-list/64071/4 "2023-07-18T19:00:23Z")

</div>

In the Glide Data Editor, when you look at the image column, is it configured as an image column? Doesn’t matter if it’s a google sheet or some other data source.

 ![Screenshot_20230718-135905](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/8/b/8b3affb31467805611b43540f19e9395a4e5d799.png)

---

<div class="post-metadata">

### Author: ![jejones](https://avatars.discourse-cdn.com/v4/letter/j/e274bd/32.png) [@jejones](https://community.glideapps.com/u/jejones)
#### Post date: [July 18, 2023, 7:17pm UTC](https://community.glideapps.com/t/can-i-place-an-image-in-a-fields-list/64071/5 "2023-07-18T19:17:16Z")

</div>

It wasn’t but I have changed it now. Within the google sheet, I had added an image by inserting from the google library but it doesn’t show up in the glide back end. Do I need to refer to a URL instead?

---

<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: [July 18, 2023, 7:47pm UTC](https://community.glideapps.com/t/can-i-place-an-image-in-a-fields-list/64071/6 "2023-07-18T19:47:01Z")

</div>

Yes, ultimately it will need to be a url to the image. An image column in Glide will show the image, but it’s still just a url underneath. Images are not stored directly in the data table. It’s stored elsewhere and gets rendered through the url.

---

<div class="post-metadata">

### Author: ![jejones](https://avatars.discourse-cdn.com/v4/letter/j/e274bd/32.png) [@jejones](https://community.glideapps.com/u/jejones)
#### Post date: [July 18, 2023, 8:01pm UTC](https://community.glideapps.com/t/can-i-place-an-image-in-a-fields-list/64071/7 "2023-07-18T20:01:52Z")

</div>

I tried that but the data is in a fields list.  
When I select the image field, only the URL is displayed. Not the actual image.

---

<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: [July 18, 2023, 8:13pm UTC](https://community.glideapps.com/t/can-i-place-an-image-in-a-fields-list/64071/8 "2023-07-18T20:13:49Z")

</div>

It worked when I tried it earlier, so I’m sure it’s possible.

This is a Fields component in both mobile view and desktop view.  
 ![image](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/1/d/1d9e986effccf7d91aba312d9966a31cb36543f5.png)

![image](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/7/8/78f2c23de40f66e81a7b5f0c475be9b17cb5ed37.png)

Show me screenshots of your data in the Glide Data Editor and the configuration for the Fields component.

---

<div class="post-metadata">

### Author: ![jejones](https://avatars.discourse-cdn.com/v4/letter/j/e274bd/32.png) [@jejones](https://community.glideapps.com/u/jejones)
#### Post date: [July 18, 2023, 8:36pm UTC](https://community.glideapps.com/t/can-i-place-an-image-in-a-fields-list/64071/9 "2023-07-18T20:36:45Z")

</div>

Thanks for that. I’ll need to send it tomorrow. Finished staring at the screen for today. 🙂

---

<div class="post-metadata">

### Author: ![jejones](https://avatars.discourse-cdn.com/v4/letter/j/e274bd/32.png) [@jejones](https://community.glideapps.com/u/jejones)
#### Post date: [July 19, 2023, 12:36pm UTC](https://community.glideapps.com/t/can-i-place-an-image-in-a-fields-list/64071/10 "2023-07-19T12:36:35Z")

</div>

Got that working. Thanks for the help.

---

<div class="post-metadata">

### Author: ![jejones](https://avatars.discourse-cdn.com/v4/letter/j/e274bd/32.png) [@jejones](https://community.glideapps.com/u/jejones)
#### Post date: [July 19, 2023, 2:43pm UTC](https://community.glideapps.com/t/can-i-place-an-image-in-a-fields-list/64071/11 "2023-07-19T14:43:02Z")

</div>

Hit a slight problem. I am using a if-then-else field to alter the URL depending on the number entered.That field only prints the URL in the field and not the image. I presume that’s because an if-then-else doesn’t support images?

---

<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: [July 19, 2023, 7:17pm UTC](https://community.glideapps.com/t/can-i-place-an-image-in-a-fields-list/64071/12 "2023-07-19T19:17:10Z")

</div>

Yeah, I don’t think there is any way around that. The Fields component is specifically looking for a column type of Image, to know if it should attempt to render an image instead of text.

---

<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 19, 2023, 11:39pm UTC](https://community.glideapps.com/t/can-i-place-an-image-in-a-fields-list/64071/13 "2023-07-19T23:39:18Z")

</div>

> [@jejones](#):
>
> My data source is a google sheet so I guess not

Maybe you can leverage the fact you’re on a Google Sheet to do the logic in a column inside the Sheets with an arrayformula/byrow setup, then configure that new column as an image column in Glide.

---

<div class="post-metadata">

### Author: ![jejones](https://avatars.discourse-cdn.com/v4/letter/j/e274bd/32.png) [@jejones](https://community.glideapps.com/u/jejones)
#### Post date: [July 20, 2023, 2:15pm UTC](https://community.glideapps.com/t/can-i-place-an-image-in-a-fields-list/64071/14 "2023-07-20T14:15:28Z")

</div>

Managed to sort it. Used an IFS in google sheets to point to a URL in the AWS S3 bucket. That URL populates the glide tables with an image. 👍

---

<div class="post-metadata">

### Author: ![system](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/system/32/53398_2.png) [@system](https://community.glideapps.com/u/system)
#### Post date: [July 21, 2023, 2:16pm UTC](https://community.glideapps.com/t/can-i-place-an-image-in-a-fields-list/64071/15 "2023-07-21T14:16:03Z")

</div>

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.
