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

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 400
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.

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