Image storage, How do I display captured images in Google Sheets automatically?

Ratatosk
Participant V

Is there a way to actually show the images uploaded from Appsheet in a Google sheet?

Now it only shows the text “Sheet1_Images/6.Image 1.091041.jpg” in the sheet.

0 4 393
4 REPLIES 4

Thank you Suvrutt_Gurjar! Getting closer but I get bad request, even though I’ve shared the folder in google drive to “view for all”.

I wonder if what I wrote here might not help:

I just tried it and it worked.

JensenDK
Participant II

Put this formula in the first cell in the first unused column of your sheet if your local paths to your images are in the G column:

=ArrayFormula(Image("https://www.appsheet.com/template/gettablefileurl?appName=YOURAPPNAME&tableName=YOURSHEETNAME&fileName=" & G:G))

Top Labels in this Space