image name does not appear in link

Hi, Iโ€™m trying to make an external link to an image in a cell using this instruction: Displaying Images and Documents | AppSheet Help Center
But the link ends without a file name.


I upload the file to the adjacent column [image]
my structure:

3X_b_f_bf724412684176867cddf62e181f5559dca00ab2.png

0 5 123
  • UX
5 REPLIES 5

Does it work if you go back to the same record and edit it again, allowing the expression to re-evaluate? Or alternatively, set the expression into a Virtual Column.

On initial record creation, Iโ€™m thinking that the filename doesnโ€™t exist until after the record is saved and the image is fully uploaded.

This would be a problem, yes.

I have this same issue and it appears the filename does not exist until second edit.

Which makes for a non friendly usage. I need the external link.

Is there a way to specify that the auto file name created is the original one.

This way I maybe able to have a formula on the spreadsheet to combine the generated url for the app

https://www.appsheet.com/template/gettablefileurl?appName=DJEditor-imageUrlIssue-2160000&tableName=Image&fileName=  

 

and the original file name which is picked up on first edit.

i.e  foo.jpg

giving

 https://www.appsheet.com/template/gettablefileurl?appName=DJEditor-imageUrlIssue-2160000&tableName=Image&fileName=foo.jpg

'

 

Also, why you need this url column?
You want to open it from the app on a new tab or something instead of see the image inside the app?

Note the can be readily used outside of the app

If you donโ€™t need that, you are better off using an Action:
โ†’ For a record of this table: Your table; of course
โ†’ External: open a file
โ†’ File: [YOURIMAGECOLUMN]

When you click the action, itโ€™ll open the image on a googleusercontent url

If you really need the external url, ignore my comments

Top Labels in this Space