Skip to main content
Microsoft logo
Power Apps
    • AI Builder
    • Automate processes
    • Azure + Power Apps
    • Build apps
    • Connect data
    • Pages
    • Take a guided tour
  • Pricing
    • Overview
    • Become a Partner
    • Find a Partner
    • Find partner offers
    • Partner GTM Resources
    • Blog
    • Customer stories
    • Developer Plan
    • Documentation
    • For IT Leaders
    • Roadmap
    • Self-paced learning
    • Webinars
    • App development topics
    • Overview
    • Issues
    • Give feedback
    • Overview
    • Forums
    • Galleries
    • Submit ideas
    • User groups
    • Register
    • ·
    • Sign in
    • ·
    • Help
    Go To
    • Power Apps Community
    • Welcome to the Community!
    • News & Announcements
    • Get Help with Power Apps
    • Building Power Apps
    • Microsoft Dataverse
    • AI Builder
    • Power Apps Governance and Administering
    • Power Apps Pro Dev & ISV
    • Power Apps Portals
    • Connector Development
    • Power Query
    • GCC, GCCH, DoD - Federal App Makers (FAM)
    • Power Platform Integration - Better Together!
    • Power Platform Integrations
    • Power Platform and Dynamics 365 Integrations
    • Community Blog
    • Power Apps Community Blog
    • Galleries
    • Community Connections & How-To Videos
    • Community App Samples
    • Webinars and Video Gallery
    • Canvas Apps Components Samples
    • Kid Zone
    • Emergency Response Gallery
    • Events
    • 2021 MSBizAppsSummit Gallery
    • 2020 MSBizAppsSummit Gallery
    • 2019 MSBizAppsSummit Gallery
    • Community Engagement
    • Community Calls Conversations
    • Experimental
    • Error Handling
    • Power Apps Experimental Features
    • Community Support
    • Community Accounts & Registration
    • Using the Community
    • Community Feedback
    cancel
    Turn on suggestions
    Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
    Showing results for 
    Search instead for 
    Did you mean: 
    • Power Apps Community
    • Galleries
    • Community App Samples
    • Re: QR Code generator

    Re: QR Code generator

    11-13-2019 17:52 PM

    h-nagao
    Impactful Individual
    3226 Views
    LinkedIn LinkedIn Facebook Facebook Twitter Twitter
    h-nagao
    h-nagao Impactful Individual
    Impactful Individual
    • Mark as New
    • Bookmark
    • Subscribe
    • Mute
    • Subscribe to RSS Feed
    • Permalink
    • Print
    • Report Inappropriate Content

    QR Code generator

    ‎01-03-2019 08:33 AM

    This app allows you to generate QR code image and Scan any QR image (& open in browser).

    Core tech. of this app is using Google Chart API to generate image.

    *This API is Free to use.

    GenQR.PNG

    Preview file
    10 KB
    SimpleQRCode.msapp
    Labels:
    • Labels:
    • Formulas and Controls
    Message 1 of 22
    42,287 Views
    20 Kudos
    Reply
    • All forum topics
    • Previous Topic
    • Next Topic
    • « Previous
      • 1
      • 2
      • 3
    • Next »
    Crossman
    Crossman
    Frequent Visitor
    In response to R3dKap
    • Mark as New
    • Bookmark
    • Subscribe
    • Mute
    • Subscribe to RSS Feed
    • Permalink
    • Print
    • Report Inappropriate Content

    ‎10-23-2019 05:43 AM

    Great thank you for this, I ended up doing it in a slightly different way than suggested but applying the same logic.

     

    Thanks again!

    Message 11 of 22
    3,383 Views
    1 Kudo
    Reply
    gokello
    gokello Advocate V
    Advocate V
    In response to Crossman
    • Mark as New
    • Bookmark
    • Subscribe
    • Mute
    • Subscribe to RSS Feed
    • Permalink
    • Print
    • Report Inappropriate Content

    ‎11-13-2019 02:18 PM

    HI,

    Do you mind sharing with how you got it working?

     

    i.e. How to save the QR image?

     

     

    Message 12 of 22
    3,229 Views
    0 Kudos
    Reply
    h-nagao
    h-nagao Impactful Individual
    Impactful Individual
    In response to gokello
    • Mark as New
    • Bookmark
    • Subscribe
    • Mute
    • Subscribe to RSS Feed
    • Permalink
    • Print
    • Report Inappropriate Content

    ‎11-13-2019 05:52 PM

    Hi @gokello

     

    I have used HTTP action in Flow to save actual image as file into some data source (in my case, to SharePoint library)

     

    Thanks!

    Hiro

    Message 13 of 22
    3,226 Views
    0 Kudos
    Reply
    Anonymous
    Not applicable
    • Mark as New
    • Bookmark
    • Subscribe
    • Mute
    • Subscribe to RSS Feed
    • Permalink
    • Print
    • Report Inappropriate Content

    ‎11-25-2019 09:04 AM

    Thank you :). Thats awesome. I just have a follow up question on this. What is i want an image to be downloaded instead just text?

    Message 14 of 22
    3,178 Views
    0 Kudos
    Reply
    h-nagao
    h-nagao Impactful Individual
    Impactful Individual
    In response to Anonymous
    • Mark as New
    • Bookmark
    • Subscribe
    • Mute
    • Subscribe to RSS Feed
    • Permalink
    • Print
    • Report Inappropriate Content

    ‎11-25-2019 05:03 PM
    I think simplest way is to use Flow -HTTP request to get “file” content based on Url, since there is no way to directly download file in PowerApps. Or, using “Upload file from URL” action in OneDrive for business connector, which is non-premium connection.
    Message 15 of 22
    3,163 Views
    1 Kudo
    Reply
    h-nagao
    h-nagao Impactful Individual
    Impactful Individual
    • Mark as New
    • Bookmark
    • Subscribe
    • Mute
    • Subscribe to RSS Feed
    • Permalink
    • Print
    • Report Inappropriate Content

    ‎11-26-2019 06:15 AM

    I have received question for my app how to save QR code image, not URL.

    I think simplest way to save file to your SharePoint Library or save as attachment is to use OneDrive connector :

    Upload file from URL

     

    Here I attached screenshot for that sample flow 😉

    Hope this would help you!

     

    Thank you very much!

    Preview file
    51 KB
    Message 16 of 22
    3,155 Views
    1 Kudo
    Reply
    Blacksteel
    Blacksteel Advocate I
    Advocate I
    In response to h-nagao
    • Mark as New
    • Bookmark
    • Subscribe
    • Mute
    • Subscribe to RSS Feed
    • Permalink
    • Print
    • Report Inappropriate Content

    ‎08-22-2021 09:04 PM

    This still works however you need to spec the image size in the url: https://chart.googleapis.com/chart?cht=qr&chs=150x150&chl=someVariable.

    This was really helpful to me. I hope I can get it to print OK.

    Message 17 of 22
    1,409 Views
    0 Kudos
    Reply
    nagaraj007
    nagaraj007 Post Patron
    Post Patron
    • Mark as New
    • Bookmark
    • Subscribe
    • Mute
    • Subscribe to RSS Feed
    • Permalink
    • Print
    • Report Inappropriate Content

    ‎08-23-2021 10:56 PM

    Hello All,

     

    I am planning to use this API for my app, its for Commercial purpose.

     

    I have 2 questions here: 

    first question: is this API completely free for Commercial purpose?

    second question : how safe is the data while using this API?

     

    Please advise, as i have got one app to be developed within this month

    Message 18 of 22
    1,383 Views
    1 Kudo
    Reply
    sajarac
    sajarac Kudo Kingpin
    Kudo Kingpin
    • Mark as New
    • Bookmark
    • Subscribe
    • Mute
    • Subscribe to RSS Feed
    • Permalink
    • Print
    • Report Inappropriate Content

    ‎10-04-2021 03:31 PM

    Hi, Same questions as @nagaraj007 , I would like to implement this functionality in my app but I am afraid of the commercial purpose or at any point the google API could be deprecated? Someone could provide a guidance here?

     

    Thanks in advance

    Message 19 of 22
    1,246 Views
    0 Kudos
    Reply
    guriemar
    guriemar
    Frequent Visitor
    In response to Blacksteel
    • Mark as New
    • Bookmark
    • Subscribe
    • Mute
    • Subscribe to RSS Feed
    • Permalink
    • Print
    • Report Inappropriate Content

    ‎12-07-2021 03:29 PM

    i have a problem with the language, if i open in the browser language English, i cant see it, but if i open it in spanish its visible, can you help me

    Message 20 of 22
    892 Views
    0 Kudos
    Reply
    • « Previous
      • 1
      • 2
      • 3
    • Next »

    Power Platform

    • Overview
    • Power BI
    • Power Apps
    • Power Pages
    • Power Automate
    • Power Virtual Agents

    Browse

    • Sample apps
    • Services

    Downloads

    • Windows
    • iOS
    • Android

    Learn

    • Documentation
    • Support
    • Community
    • Give feedback
    • Blog
    • Partners

    • © 2023 Microsoft
    • Follow Power Apps
    • Privacy & cookies
    • Manage cookies
    • Terms of use
    • Trademarks
    California Consumer Privacy Act (CCPA) Opt-Out Icon Your California Privacy Choices