If I have a key for scanning column,so I not able to auto scanning for the same barcode. And I not to duplicate scanning is there any way to resolve it to bypass.
Excelent video!! I am tryinf to this this exact same behaviour but based on existing labels. So the scan should be used to identify wich existing labels is getting its date updated to now(). Any advice? Thanks!
On a very serious note. I had to do hours of research to reach your video & this was exactly I was looking for. Consider editing heading title or tags etc. so others can find it easily too.
Great video. I wondering how to apply this to a ticket scanning app at an event. Tickets have a QR code, scan using app and update a “ticket used y/n” field to yes. Guess i need to just have a scan field and match it to the ticket ID, then set an action to update the used field??
Yeah in this situation you have a scans table and a tickets table to track status. The scans table is where you have the form that scans a ticket and "On form save" you can use "execute an action on a set of rows to update the status of that ticket in the tickets table.
Not too familiar with TVL but you should be able to encode via Apps Script then use api.qrserver.com/v1/create-qr-code/?size=150x150&data='encodedvalue' as a image field to create the QR code.
Great video. thanks
If I have a key for scanning column,so I not able to auto scanning for the same barcode. And I not to duplicate scanning is there any way to resolve it to bypass.
Excelent video!! I am tryinf to this this exact same behaviour but based on existing labels. So the scan should be used to identify wich existing labels is getting its date updated to now(). Any advice? Thanks!
superb! thanks man. i did it via an excel for inventory management. anyways thanks
On a very serious note. I had to do hours of research to reach your video & this was exactly I was looking for. Consider editing heading title or tags etc. so others can find it easily too.
Great video. I wondering how to apply this to a ticket scanning app at an event. Tickets have a QR code, scan using app and update a “ticket used y/n” field to yes. Guess i need to just have a scan field and match it to the ticket ID, then set an action to update the used field??
Yeah in this situation you have a scans table and a tickets table to track status. The scans table is where you have the form that scans a ticket and "On form save" you can use "execute an action on a set of rows to update the status of that ticket in the tickets table.
Can i save data to google sheet? If yes ...how?
good... it reopens but you still have to click scan, is there a way to auto save and open camera scan without clicking?
You should put your scan to the first collum in your database and then reset the sheet
The field also needs to be a required field too. Then it will auto open the scanner.
@@appify you save my life, thank you so much
amazing
How to generate Base64 tvl encoded qr code in AppSheet
Not too familiar with TVL but you should be able to encode via Apps Script then use api.qrserver.com/v1/create-qr-code/?size=150x150&data='encodedvalue' as a image field to create the QR code.