Scan QR Code using Power Apps

Поділитися
Вставка
  • Опубліковано 5 вер 2024

КОМЕНТАРІ • 24

  • @jumalkull
    @jumalkull 19 днів тому

    Thanks!

  • @IrfanShaikh-cg2qp
    @IrfanShaikh-cg2qp 2 роки тому

    Superb Guru Dhurvin

  • @ndxmln
    @ndxmln 24 дні тому

    Hai, function barcode.value is not available again right now. Are u have suggest for fix it?

  • @kireetiyakkali
    @kireetiyakkali 2 роки тому

    Thanks Dhruvin!

  • @mhochups2
    @mhochups2 Рік тому +2

    Hi! Is there a way that we can save when the QR was scanned?

  • @sammile
    @sammile 9 місяців тому

    Hello, I think what you did is awesome, but could you please do it from the beginning step by step for beginners? I would be very grateful to you.

  • @Zoids-bf6op
    @Zoids-bf6op Місяць тому

    this is impressive. but is it possible for me to add a submission list of the person's name and record it? So that i can store it for audit purposes. Also do you have a tutorial where I can scan QR code and it auto fills into an edit form, so i can edit it and submit

  • @leekengchu3064
    @leekengchu3064 Рік тому +1

    new version 2023 can use?

  • @sagastume1997
    @sagastume1997 2 роки тому

    Este video me ha salvado la tarea v:
    Gracias!
    Thanks!

  • @milig.8106
    @milig.8106 Рік тому

    Can we make it work to scan an electric meter serial number? It didn’t work for me using the basic set up

  • @ersinyalcin7671
    @ersinyalcin7671 Рік тому +2

    Hi Dhruvin, I'm trying to do the same as you but I don't get BarcodeReader1.Value but BarcodeReader1.Visible.
    I do not know where I make the mistakes
    Set(varScanQR;LookUp(service parking list;ID=Value(First(Split(BarcodeReader1.Vis;"|")).Result)). From Value to Result it shows me errors in the formula.

    • @soniawoolf3875
      @soniawoolf3875 Рік тому

      Were able to figure it out with the new control? I need to get this syntax right and I can't figure it out.

    • @markusbraun9299
      @markusbraun9299 Рік тому

      i have the same issue. maybe an update from microsoft? because in an older app i was able to implement this function with .Value

    • @slapdisgaem6601
      @slapdisgaem6601 11 місяців тому

      First and foremost your issue is your Set() syntax. You put a semicolon behind varScanQR. Set(varScanQR;

  • @asphalteighttonine1943
    @asphalteighttonine1943 Рік тому

    Its able to scan api secure qr code

  • @Ian_Enterprise
    @Ian_Enterprise 7 місяців тому

    Hello, weird it says that the BarcodeReader1.Value
    Error .Value isn't recognized?
    Any idea why
    ID=Value(First(Split(BarcodeReader1.Value;"|")).Value)))
    Thank you

    • @beataik8003
      @beataik8003 6 місяців тому

      Same issue I'm dealing with.

  • @laminkhant8627
    @laminkhant8627 Рік тому +1

    How to map QR and ID in sharepoint , I don't understand

    • @thanghuu887
      @thanghuu887 Рік тому

      the QRcode image must have the ID that identical to SPlist ID. then you can lookup

  • @firefoxcodex15
    @firefoxcodex15 10 місяців тому

    Updated code for this?

  • @mohsin_ali89
    @mohsin_ali89 Рік тому +1

    BarcodeScanner1.Value is not available.

  • @ersinyalcin7671
    @ersinyalcin7671 Рік тому

    sorry Set(varScanQR;LookUp(Dienstparkplatzliste;ID=Value(First(Split(BarcodeReader1.Value;"|")).Result)))