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

Season of Sharing Community Challenge Winners!

Congratulations to our community stars!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the July Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 356 Most Valuable Professional

#2
11manish Profile Picture

11manish 225 Super User 2026 Season 2

#3
Mohsin Ali Profile Picture

Mohsin Ali 211

Last 30 days Overall leaderboard