Well, i think that this could be a powerfull application to the images, to just take my appsheets pictures and be able to show them on google data studio.
Sadly, Data Studio only works with URL for the images, and Appsheet saves them organizing quite well the folders and giving a key related name.
Is there a way i can get the URL from Appsheetโs images?
Thatโd be soo cool!
Solved! Go to Solution.
Construct your URL manually based on your app. Then just simply place anywhere you want.
Construct your URL manually based on your app. Then just simply place anywhere you want.
@Cucho , you might be interested in this tip too. Itโs not exactly the same as what you are trying to do, but I think itโs similar.
Woah!!! That will help a lot! itโs a great idea.
Thanks!
Thank you very much!!! thatโd be so helpful!
Hey @tsuji_koichi I just worked on this topic, and on the format:
=CONCATENATE("https://www.appsheet.com/template/gettablefileurl?appName=", ENCODEURL("AppName-Account#"), "&tableName=", ENCODEURL("TableName"), "&fileName=", ENCODEURL(+ImageColumnCell))
The +ImageColumnCell part at the end didnโt work for me. What worked was to change that for:
[IMAGECOLUMN] changing the cellname for the input that appsheet gives with the Imageโs location and name on your google drive.
User | Count |
---|---|
16 | |
10 | |
8 | |
5 | |
5 |