Broken image links in show column

I am using three images in a help column of show type to help users understand something visually. But my image links (which were working) are now broken and I can't figure out how to fix them. I have logged out and back in, I have cleared my cache, I have moved the images in and out of an "Images" folder, and I have even tried renaming and re-uploading the images. What am I doing wrong? Here's the code I'm using to show the images:

ContentIFS(
[Column I care about]="First thing",
"Images/Image1.jpg",
[Column I care about]="Second thing",
"Images/Image2.jpg",
[Column I care about]="Third thing",
"Images/Image3.jpg"
)

Here's the directory structure of where my app lives: 

[Company shared folder in Google Drive]/Appsheet apps/appsheet/data/MyAppNameHere

[Company shared folder in Google Drive]/Appsheet apps/appsheet/data/MyAppNameHere/Images/Image1.jpg

Solved Solved
0 3 154
  • UX
1 ACCEPTED SOLUTION

Ah, that was my problem. The Google spreadsheet was in a different folder. Once I moved it into the data/MyAppNameHere folder the images began working again. Thanks for the prompt!

View solution in original post

3 REPLIES 3

In which folder your data source is? I assume you are using gSheet.

Ah, that was my problem. The Google spreadsheet was in a different folder. Once I moved it into the data/MyAppNameHere folder the images began working again. Thanks for the prompt!

You're welcome!

Top Labels in this Space