Announcements
I want to create canvas app which will generate QR code based on the data user have entered, but I am able to generate QR based on just one text input, is there any way to generate QR code for more than one text input or for the values in form
If you try something like:
Set(Variable, Concatenate(TextInput1.Text, TextInput2.Text,...)
Does it work? You just need to be carefull how youc reate the QRCode
You can also try something like:
If( Variable = "" || IsBlank(Variable), "....", "..." & Variable & TextInout2.Text)
If you need additional help please tag me in your reply and please like my reply.If my reply provided you with a solution, pleased mark it as a solution ✔️!Best regards,Gonçalo NogueiraCheck my LinkedIn!Buy me a coffee!Check my User Group (pt-PT)!Last Post on CommunityMy website!
I know that your question is from May but if you are still interested, check this out. I recently had the same need and have created an app for this.
https://powerusers.microsoft.com/t5/Power-Apps-Community-Blog/Quick-amp-Easy-Barcode-QR-Code-Generator/ba-p/1742358
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.
Congratulations to our 2026 Super Users!
Congratulations to our 2025 community superstars!
These are the community rock stars!
Stay up to date on forum activity by subscribing.
11manish 530
WarrenBelz 459 Most Valuable Professional
Haque 314