Image-URL

Hi!
I want when uploading an image in an Appsheet, shows in Spreadsheet the URL of the image not the folder and file name in the Google Drive.

I am using:

CONCATENATE(
https://www.appsheet.com/template/gettablefileurl”,
“?appName=”, ENCODEURL(CONTEXT(“AppName”)),
“&tableName=”, ENCODEURL(CONTEXT(“Table”)),
“&fileName=”, ENCODEURL([image])),
“”)

the result:
https://www.appsheet.com/template/gettablefileurl?appName=AppName&tableName=Table&fileName=

So Spreadsheet show appname and table name but not file name
Can somebody help?

I hate the fact that my answer wont help you achieve what you are trying but something that I’m almost always remembering to other users is that you worksheet is a database for AppSheet, nothing else. So you shouldn’t touch it at all. The usecase where you need to use the worksheet directly defeds the purpose of an app and most of the strengths of it get lost

1 Like

No the solution is in APPSHEET not in GOOGLESHEET
TAKE A LOOK:
Even I didn’t understand what he say :slightly_smiling_face: but I followed the video and that’s work
https://youtu.be/lH1fAB3KT0I