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

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Apps / QR Code for canvas App
Power Apps
Unanswered

QR Code for canvas App

(0) ShareShare
ReportReport
Posted on by Microsoft Employee

How to store dynamic values in that QR Code and when I scan the QR code it will show that values

 

// I have attached image for reference//

Screenshot 2023-08-16 105622.png
Categories:
I have the same question (0)
  • v-mingkz-msft Profile Picture
    Microsoft Employee on at

    Hi @Anonymous,

    Do you want to scan QR code to retrieve data?

    You can store the data in SharePoint List, and then use one of the columns to store the QR code value to retrieve data.

     

    Patch(SharePointList, Defaults(SharePointList), {ID: BarcodeScanner1.Value,Name:"")

     

    And when you scan the QR code use the id retrieve the data from list.

    LookUp(SharePointList,ID=BarcodeScanner1.Value)

     

    Best Regards,

    Kyrie

     

  • RajnishMahaseth Profile Picture
    58 on at

    You can use any QR code generation tool or library to create a QR code with your dynamic values
    Storing Dynamic Values in QR Code:

    1. Generate a QR code using a programming language or QR code generation tool.
    2. Encode your dynamic value (e.g., text, URL, etc.) into the QR code.
    3. Save the generated QR code image.

    Displaying QR Code in Canvas App:

    1. In your Canvas App, add an Image control to the screen where you want to display the QR code.
    2. Set the Image property of the Image control to the URL of the QR code image you generated earlier.

    Scanning and Displaying the Value:

    1. Add a Barcode Scanner control to your Canvas App screen.
    2. Configure the Barcode Scanner control's OnScan property to trigger an action when a QR code is scanned.
    3. In the OnScan action, capture the scanned value from the Barcode Scanner control (e.g., using BarcodeScanner1.Value).
    4. Display the captured value in a Text input or Label control in your app

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

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Congratulations to the March Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
11manish Profile Picture

11manish 538

#2
WarrenBelz Profile Picture

WarrenBelz 420 Most Valuable Professional

#3
Haque Profile Picture

Haque 305

Last 30 days Overall leaderboard