Lesson510-BarcodeReader- Power Apps 1000 Videos

Sdílet
Vložit
  • čas přidán 31. 03. 2023
  • Description- Lesson510-BarcodeReader- Power Apps 1000 Videos

Komentáře • 5

  • @viniciusyztc
    @viniciusyztc Před rokem

    THanks a lot man! Saved my life to adjust this new bar code reader

  • @ismohammed
    @ismohammed Před rokem

    thankyou for the video it works :)

  • @salmansaifee
    @salmansaifee Před rokem +1

    Hello,
    For me App is Not able to scan any type of Barcode or QR Code , is any modification is needed or need to enable any settings, the settings related to Barcode is already enabled for me, I have implemented the app same as shown in the video but still facing the same issue. Any help on the issue will be really appreciated. Thanks in advance.

  • @brayanarzola284
    @brayanarzola284 Před rokem

    Can the information from the gallery be transferred to an excel file?

  • @PowerAppsVideos-eb3pt

    Create Canvas App
    Insert
    Under Media
    BarcodeReader
    Insert Button
    OnSelect
    Set(varAllCodes, BarcodeReader1.Barcodes);
    Set(varCode1, First(varAllCodes) );
    Put Label
    Text
    varCode1.Value
    Run
    Click BarcodeReader
    Click Button
    Put Gallery
    items - varAllCodes
    Make sure to click publish button
    at top right most