Quick Barcode or QR Code Scans in Succession with AppSheet

แชร์
ฝัง
  • เผยแพร่เมื่อ 7 ก.พ. 2025

ความคิดเห็น • 15

  • @MohdHusni-v7i
    @MohdHusni-v7i 5 หลายเดือนก่อน

    Great video. thanks

  • @chidanandabilur5193
    @chidanandabilur5193 2 หลายเดือนก่อน

    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.

  • @aliceviruenavazquez8719
    @aliceviruenavazquez8719 9 หลายเดือนก่อน

    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!

  • @hamrik25
    @hamrik25 ปีที่แล้ว

    superb! thanks man. i did it via an excel for inventory management. anyways thanks

    • @hamrik25
      @hamrik25 ปีที่แล้ว +1

      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.

  • @UnboxRacing
    @UnboxRacing 5 หลายเดือนก่อน

    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??

    • @appify
      @appify  5 หลายเดือนก่อน

      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.

  • @natozeleo7579
    @natozeleo7579 8 หลายเดือนก่อน

    Can i save data to google sheet? If yes ...how?

  • @aiciplus2000
    @aiciplus2000 10 หลายเดือนก่อน

    good... it reopens but you still have to click scan, is there a way to auto save and open camera scan without clicking?

    • @AnhPhamThai
      @AnhPhamThai 10 หลายเดือนก่อน

      You should put your scan to the first collum in your database and then reset the sheet

    • @appify
      @appify  10 หลายเดือนก่อน +1

      The field also needs to be a required field too. Then it will auto open the scanner.

    • @AnhPhamThai
      @AnhPhamThai 8 หลายเดือนก่อน

      @@appify you save my life, thank you so much

  • @nicotester7735
    @nicotester7735 2 ปีที่แล้ว

    amazing

  • @abidaliabi4728
    @abidaliabi4728 2 ปีที่แล้ว

    How to generate Base64 tvl encoded qr code in AppSheet

    • @appify
      @appify  2 ปีที่แล้ว +1

      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.