Power Apps Barcode and QR Code Scanner Demo - #2

Published: 10 August 2018
on channel: Keith Craigo
6,306
like

PowerApps Demo with the BarCode Scanner control

11/16/19 Update: ScanBarcode() is no longer supported.
11/16/19: No longer Experimental.
11/16/19 Fix: Remove both the Scan Button and Camera control.
Now use the BarcodeScanner component and set it's OnScan property to
UpdateContext({barcode: BarcodeScanner.Value})

All other formulas can remain the same.
e.g.
TextBox1 Text property = Last(FirstN(Split(barcode,","),1)).Result
TextBox2 Text property = Last(FirstN(Split(barcode,","),2)).Result
TextBox3 Text property = Last(FirstN(Split(barcode,","),3)).Result

Subscribe for more videos: http://www.youtube.com/c/WebDevByTheB...

Share this video:    • Surface SharePoint Choice Field Data ...  

Related Playlists:

PowerApps
   • Video  

Tech Videos
   • Video  

Connect:
Twitter: @keithcraigo
gitHub: https://github.com/kcraigo
Blog: https://www.kcraigo.com/

===================Deprecated ======================================

Make sure to enable the experimental feature located under Preview features:
App Settings - Advanced Settings - Enable scan barcode function

Functions: Button OnSelect- UpdateContext({barcode: ScanBarcode()}), Label-Text - Last(FirstN(Split(barcode,","),1)).Result


Watch video Power Apps Barcode and QR Code Scanner Demo - #2 online without registration, duration hours minute second in high quality. This video was added by user Keith Craigo 10 August 2018, don't forget to share it with your friends and acquaintances, it has been viewed on our site 6,306 once and liked it like people.