QR Code Generator
Generate instant, dynamic QR codes for your Power Apps Image controls
QR Settings
Power Apps Image Property
Live Preview
Note: This tool uses a public API. No data entered is stored on our servers, but we recommend avoiding sensitive or private data in QR codes generated via public endpoints.
How to Implement
- 01. Configure your style and size. Size affects the resolution of the generated file.
- 02. Copy the "Power Apps Image Property" code above.
- 03. In Power Apps, add an Image control and paste the code into its Image property.
Making it Dynamic
To generate QR codes based on user input or data, change the data=... part of the string. Example:
"https://api.qrserver.com/...data=" & EncodeUrl(TextInput1.Text)
Thank You!
Your feedback helps make these tools better for the entire Power Apps community.