web
You’re offline. This is a read only version of the page.
close
Skip to main content
Community site session details

Community site session details

Session Id : LnqFjL1i4Da95wfos8UX33
Power Apps - Building Power Apps
Answered

Barcode reader

Like (0) ShareShare
ReportReport
Posted on 23 May 2024 14:17:20 by 57

Hey, I have a sharepoint list with an image column with a QR code in it of the relevant room, now I want to have a barcode reader in a form in Power Apps, and when the QR code is scanned, I want that the relevant room should appear in the text box

I have the same question (0)
  • Verified answer
    TuongDoan Profile Picture
    571 Moderator on 23 May 2024 at 14:40:45
    Re: Barcode reader

    You can get the value returned by the barcode scanner using this:

     

     

    First(BarcodeReader1.Barcodes).Value

     

     

     

    Then you can use a simple lookup function to get the name of relevant room to put it in the text box. Put this in the text property of your control:

     

     

    Lookup(YourSharePoinrList, RoomID = First(BarcodeReader1.Barcodes).Value).RoomName

     

     

     

    ---------------------------

    If the solution I provided assisted you in resolving this issue, kindly select "Accept as solution" This will help others in finding the solution more expediently 😄Also, a Thumbs up would be a great compliment!

  • Gochix Profile Picture
    1,933 Moderator on 23 May 2024 at 14:43:38
    Re: Barcode reader

    @Coendw ,

     

    You can set the variable in the barcode reader OnScan property if a record exists in your database.

    Then add this variable to your text label.
    _____________________________________________________________________________________
    Please give a thumbs up if I resolved your issue! Please click Accept as Solution to close the topic!

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Responsible AI policies

As AI tools become more common, we’re introducing a Responsible AI Use…

Chiara Carbone – Community Spotlight

We are honored to recognize Chiara Carbone as our Community Spotlight for November…

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 686 Most Valuable Professional

#2
Michael E. Gernaey Profile Picture

Michael E. Gernaey 433 Super User 2025 Season 2

#3
wolenberg_ Profile Picture

wolenberg_ 266 Moderator

Last 30 days Overall leaderboard
Loading complete