Hi. Im having a very hard time constructing a simple url to view images in my google sheets. I believe its because of my โspacesโ in my table, folder & file nameโฆ
Example
appname = โmy appโ
table name = โmy tableโ
file name = โmy table_images/A1234.Image 1.12.30 PM_Track_1234.jpgโ
note: my table_images is an auto generated folder created by appsheet. pictures are inside with name: 1234.Image 1.12.30 PM_Track_1234.jpg -> โthis has 2 spacesโ
can someone help me generate the applink using the above example? I want to see when we do use %20, what to do with โ/โ
the following encoding example didnt work
=CONCATENATE(โhttps://www.appsheet.com/template/gettablefileurl?appName=โ, ENCODEURL(โInventory-114348โ), โ&tableName=โ, ENCODEURL(โOrdersโ), โ&fileName=โ, ENCODEURL(+B2))
from the following site
https://help.appsheet.com/en/articles/961605-displaying-images-and-documents
i tried copying this too, replacing space with %20 but it also didnt work.
Am i missing something?
Thank you very much for the help
Please scroll that article to the bottom where you can see a formula like =IMAGE(CONCATENATEโฆ))
Hello, Iโm new to Appsheets and I see this topic has been widely explained. Sorry for my ignorance but I canโt understand how to make thids work. Could someone walk me through the steps? I have an image column but obviously the image file saved in my googlesheets is no use. I need a link in googlesheets so anyone can open the image saved. Thank you!!
Iโve done this before and I didnโt use ENCODEURL, even though I see it is used on a page you referenced. Instead I used:
=SUBSTITUTE(CONCATENATE(โhttps://www.appsheet.com/template/gettablefileurl?appName=",Kankaku!A$8,"&tableName=โ, โNotebookโ,"&fileName=",I8), " ", โ%20โ)
When I just tested it in the sheet, I didnโt have any spaces in my URL so the following also worked:
CONCATENATE(โhttps://www.appsheet.com/template/gettablefileurl?appName=",Kankaku!A$8,"&tableName=โ, โNotebookโ,"&fileName=",I8)
In this โKankaku!A$8โ is a cell that holds the name of the app and โI8โ has the name of the image.
And, as @Aleksi has pointed out you need to put the URL in something like
=image(Q8)
(Q8 is the cell with the URL) in order to get it to show in your sheet.
Hi, could you show me what the full url would look like?
Actually, I donโt use this in my app any more and I canโt get the old Google spreadsheets I still have to display things properly. Iโm not sure is something has changed or not. Perhaps @Grant_Stead can help:
Hello @Chriss, I have solved the link generation very recently using google scripts, you can check out this post if youโre interested in trying that out:
Any solution yet?
Not possible.
User | Count |
---|---|
16 | |
13 | |
8 | |
7 | |
4 |