Quick Barcode or QR Code Scans in Succession with AppSheet

Поделиться
HTML-код
  • Опубликовано: 13 сен 2024

Комментарии • 14

  • @MohdHusni-v7i
    @MohdHusni-v7i 24 дня назад

    Great video. thanks

  • @UnboxRacing
    @UnboxRacing 24 дня назад

    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  23 дня назад

      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.

  • @aliceviruenavazquez8719
    @aliceviruenavazquez8719 4 месяца назад

    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 Год назад

      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.

  • @natozeleo7579
    @natozeleo7579 4 месяца назад

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

  • @nicotester7735
    @nicotester7735 Год назад

    amazing

  • @aiciplus2000
    @aiciplus2000 6 месяцев назад

    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 5 месяцев назад

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

    • @appify
      @appify  5 месяцев назад +1

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

    • @AnhPhamThai
      @AnhPhamThai 3 месяца назад

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

  • @abidaliabi4728
    @abidaliabi4728 Год назад

    How to generate Base64 tvl encoded qr code in AppSheet

    • @appify
      @appify  Год назад +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.