Skip to main content
Community site session details

Community site session details

Session Id :

PowerApps Barcode and QR Code Scanner Demo

CU11011415-0 Profile Picture Posted by CU11011415-0 472

Please NOTE: In App settings - Advanced settings, make sure Enable scan barcode function is set to On

 

Demo of my PowerApps Barcode / QR Code Scanner component with my QR Code / Barcode generator app running on my Raspberry Pi3 as a Universal Windows App (UWP)

 

Categories:

Comments

  • Community Power Platform Member Profile Picture Community Power Pla...
    Posted at
    PowerApps Barcode and QR Code Scanner Demo

     

    How can I change the font and I can convert the number of barcodes to a barcode and I can see it from my application and then send it to print

     

    Casa Categoria Codigo Factor_Empaque Id Proveedor Codigo de Barra Marca Sub Categoria
    MANZANAS FRUTAS FRESCAS 10 1 14 7431001865009 OCAL MANZANAS Y PERAS

     

     

    el Codigo de Barra numerico se mire como codigo de barra

  • concettolabs Profile Picture concettolabs 4
    Posted at
    PowerApps Barcode and QR Code Scanner Demo

    Looking for Barcode Scanning App Using Powerapps? Concetto Labs is a provide prowerapps development services. Hire PowerApps Barcode Scanner App Developer. http://bit.ly/2BWwm96

  • aaroncrunch Profile Picture aaroncrunch
    Posted at
    Event Check-in?

    Hey KC - event registrations in D365 Marketing seem to produce a QR code, can you see a power app like this being utilized to support check in? Thanks! 

  • CU11011415-0 Profile Picture CU11011415-0 472
    Posted at
    PowerApps Barcode and QR Code Scanner Demo

    Hi @MarkLagan,

    I just posted a link to the follow up video on youtube channel, that explains how I created the PowerApp Reader.  My apologies, I thought I had linked it here also in this video gallery.

     

    https://powerusers.microsoft.com/t5/Community-Video-Gallery/Create-a-Bar-Code-Scanner-with-PowerApps-Followup/m-p/168926#M415

     

     

  • Community Power Platform Member Profile Picture Community Power Pla...
    Posted at
    PowerApps Barcode and QR Code Scanner Demo

    Hi @KC,

     

    How can I create QR Code App using PowerApps?

  • MarkLagan Profile Picture MarkLagan 11
    Posted at
    PowerApps Barcode and QR Code Scanner Demo

    Hi Keith,

    I really want to create a QR Code Scanner can you help me on these? 
    How do you do it?

  • Community Power Platform Member Profile Picture Community Power Pla...
    Posted at
    PowerApps Barcode and QR Code Scanner Demo

    Nevermind, your code works, Thanks!

  • Community Power Platform Member Profile Picture Community Power Pla...
    Posted at
    PowerApps Barcode and QR Code Scanner Demo

    What code do you have in the App that allows it to read QR codes?

     

    I think I'm missing something here!

  • CU11011415-0 Profile Picture CU11011415-0 472
    Posted at
    PowerApps Barcode and QR Code Scanner Demo

    BarCode:

    BarCodeType = Code128 in my example but it works with either type

    Button OnSelect = UpdateContext({barcode: ScanBarcode()})

     

    Then to parse the information in the barcode 

    label1.text = Last(FirstN(Split(barcode,","),1)).Result

     

    Hope this helps

    -Keith

  • radtadBrad Profile Picture radtadBrad 17
    Posted at
    PowerApps Barcode and QR Code Scanner Demo

    how did you get the barcode scanner to work????