Skip to main content
  • Power Apps
  • Overview
    • Build Apps
    • Automate Processes
    • Connect Data
    • AI Builder
    • Portals
  • Pricing
  • Partners
    • Partner Showcase
    • Find Consulting Services
    • Find a Partner
    • Become a Partner
  • Learn
    • Documentation
    • Guided Learning
    • Support
    • Roadmap
    • Blog
    • Customer Stories
  • Community
    • Forums
    • Galleries
    • Ideas
    • User Groups
    • Community Blog
  • Register
  • ·
  • Sign In
  • ·
  • Help
Go To
  • Power Apps Community
  • Get Help with Power Apps (Formerly General)
  • Building Power Apps (Formerly General Discussion)
  • Common Data Service for Apps
  • AI Builder
  • Power Apps Governance and Administering (Formerly Administering Power Apps)
  • Power Apps component framework, ALM & Pro Dev
  • Power Apps Portals
  • Power Virtual Agents Forum
  • Community Blog & News
  • News & Announcements (Formerly Power Apps Community Blog)
  • Galleries
  • Community App Samples
  • Video Gallery
  • Canvas Apps Components Samples
  • Microsoft Business Applications Presentations
  • Ideas
  • Power Apps Ideas
cancel
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
Showing results for 
Search instead for 
Did you mean: 
  • Power Apps Community
  • Galleries
  • Video Gallery
  • Re: PowerApps Barcode and QR Code Scanner Demo

PowerApps Barcode and QR Code Scanner Demo

07-10-2018 10:05 AM - last edited 09-17-2018 05:02 AM

KC
Level 8
7619 Views
LinkedIn LinkedIn Facebook Facebook Twitter Twitter
KC
KC
Level 8

PowerApps Barcode and QR Code Scanner Demo

  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Subscribe to RSS Feed
  • Permalink
  • Print
  • Email to a Friend
  • Report Inappropriate Content
‎07-10-2018 10:05 AM

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)

 

watch?v=xfrFCKjrrVs

BarCodeReader.png
Labels:
  • Community Tips & Tricks
  • Pro Developer Topics
Message 1 of 10
7,619 Views
0 Kudos
Reply
radtadBrad
radtadBrad
Level: Powered On

Re: PowerApps Barcode and QR Code Scanner Demo

  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Subscribe to RSS Feed
  • Permalink
  • Print
  • Email to a Friend
  • Report Inappropriate Content
‎07-23-2018 10:47 AM

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

Message 2 of 10
7,450 Views
0 Kudos
Reply
KC
KC
Level 8

Re: PowerApps Barcode and QR Code Scanner Demo

  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Subscribe to RSS Feed
  • Permalink
  • Print
  • Email to a Friend
  • Report Inappropriate Content
‎07-25-2018 06:05 AM

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

  • Barcode
Message 3 of 10
7,443 Views
0 Kudos
Reply
Danven
Danven
Level: Powered On

Re: PowerApps Barcode and QR Code Scanner Demo

  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Subscribe to RSS Feed
  • Permalink
  • Print
  • Email to a Friend
  • Report Inappropriate Content
‎07-31-2018 09:20 AM

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

 

I think I'm missing something here!

Message 4 of 10
7,415 Views
0 Kudos
Reply
Danven
Danven
Level: Powered On

Re: PowerApps Barcode and QR Code Scanner Demo

  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Subscribe to RSS Feed
  • Permalink
  • Print
  • Email to a Friend
  • Report Inappropriate Content
‎07-31-2018 09:26 AM

Nevermind, your code works, Thanks!

Message 5 of 10
7,413 Views
0 Kudos
Reply
Highlighted
MarkLagan
MarkLagan
Level: Powered On

Re: PowerApps Barcode and QR Code Scanner Demo

  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Subscribe to RSS Feed
  • Permalink
  • Print
  • Email to a Friend
  • Report Inappropriate Content
‎08-10-2018 12:36 AM

Hi Keith,

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

Message 6 of 10
7,329 Views
0 Kudos
Reply
Akbulut
Akbulut
Level: Powered On

Re: PowerApps Barcode and QR Code Scanner Demo

  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Subscribe to RSS Feed
  • Permalink
  • Print
  • Email to a Friend
  • Report Inappropriate Content
‎10-16-2018 11:22 PM

Hi @KC,

 

How can I create QR Code App using PowerApps?

Message 7 of 10
6,630 Views
0 Kudos
Reply
KC
KC
Level 8

Re: PowerApps Barcode and QR Code Scanner Demo

  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Subscribe to RSS Feed
  • Permalink
  • Print
  • Email to a Friend
  • Report Inappropriate Content
‎10-17-2018 02:05 PM

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...

 

 

Message 8 of 10
6,607 Views
0 Kudos
Reply
aaroncrunch
aaroncrunch
Level: Power Up

Event Check-in?

  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Subscribe to RSS Feed
  • Permalink
  • Print
  • Email to a Friend
  • Report Inappropriate Content
‎11-19-2018 09:41 AM

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! 

Message 9 of 10
6,105 Views
0 Kudos
Reply
concettolabs
concettolabs
Level: Power Up

Re: PowerApps Barcode and QR Code Scanner Demo

  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Subscribe to RSS Feed
  • Permalink
  • Print
  • Email to a Friend
  • Report Inappropriate Content
‎12-06-2018 11:46 PM

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

Message 10 of 10
5,753 Views
0 Kudos
Reply
  • All posts
  • Previous Topic
  • Next Topic

Power Platform

  • Overview
  • Power BI
  • Power Apps
  • Power Automate
  • Power Virtual Agents
  • Sign in
  • Sign up

Browse

  • Sample apps
  • Services

Downloads

  • Studio
  • iOS
  • Android

Learn

  • Documentation
  • Support
  • Community
  • Give feedback
  • Blog
  • Partners
  • © 2019 Microsoft
  • Privacy & cookies
  • Terms of use
  • Trademarks