QR Code to Open Directly in Appsheet App

Hi, In my appsheet app I have a table for items.

It contains data like:

Item name:

Item SKU

Item Photo: 

and so on.

 

I want to make auto qr code for an item and then print it on item's box so that once it is scanned it shows the item detail form within appsheet app.

 

I found some resources today and applied (code is here)

CONCATENATE(“https://chart.googleapis.com/chart?chs=150x150&cht=qr&chl=”,ENCODEURL("https://www.appsheet.com/start/---------------------------------------------------------------------..."),[_thisrow].[SKU])

 

But now the problem is that the scan result is only shown on a note or text format but I rather want to show the full item detail inside my appsheet directly.

 

Solved Solved
0 18 891
1 ACCEPTED SOLUTION

I think you’re having the same issue as me.  The QR Code doesn’t open in full view.  It’s truncated so it doesn’t 100% work.  Click on the QR Code and click on the box on upper right corner and you’ll see the QR Code in full view.  Try scanning it and you’ll see that it will open to the right record.

https://www.googlecloudcommunity.com/gc/AppSheet-Q-A/Full-size-image-in-detail-view/m-p/722276

 

View solution in original post

18 REPLIES 18
Top Labels in this Space