How to fetch URL of the captured images through app into spreadsheet

HI, I am new to AppSheet and trying to build an inventory management app. I need to have URL code instead of name(directory) of the image captured through App in the spreadsheet.

I tried making an URL Column (with a formula I found online) to get the URL ,but its not providing table name and file name in the URL. Therefore the link is not working. Please Help!

.

0 5 208
  • UX
5 REPLIES 5

Welcome to the AppSheet community.

Are you looking for the approach described in the sample app below

https://www.appsheet.com/templates/How-to-have-images-show-up-in-your-Google-Sheet?appGuidString=e16...

Sorry Sir, for late reply, I am new to AppSheet.
Thanks for the template app link. I tried it , the link constructed by spreadsheet formula is complete, but still I am unable to access the new images uploaded through app. Tried switching off security options still it didnโ€™t work like the template app showing.

If you can share the screenshots of your relevant expressions and how you have implemented it, the community could help you better.

HI,
The issue has been resolved.
I was using this Spreadsheet formula which I got from the source file of the template you have provided, the issue was I just put the App Name in the formula without the Account ID, thatโ€™s why the link wasnโ€™t working.
Thank you for your help

โ€œ=SUBSTITUTE(CONCATENATE(โ€œhttps://www.appsheet.com/template/gettablefileurl?appName=","APP_NAME-AccountIDโ€,โ€&tableName=", โ€œTABBLE_NAMEโ€,"&fileName=",COLUM_NAME), " โ€œ, โ€œ%20โ€)โ€

Thank you for the update. Yes, that is a common likely mistake that happens - App name or account ID or table name needs to be changed as required. Good to know you solved it.

All the best with your app creation.

Top Labels in this Space