You are currently viewing Create QR Codes with Power Automate

Create QR Codes with Power Automate

2/2/2023


The Why

Generate a QR code based upon an action

Generate a QR code when a new row is added to Dataverse

The How

Create the trigger. In this instance I am using when a new row is added.

Create an HTTP request

The Google Chart API is used to generate the code

https://chart.googleapis.com/chart?chs=150x150&cht=qr&chl="TEXTGOESHERE"

💡 The 150x150 can be changes to fit the specific need of the project.

Using the “Upload a file or an image” block for Dataverse.

  1. Select the Table
  2. Use the Row ID gathered in the starting action
  3. Select the Image column you want to use
  4. Use the “Body” content from the HTTP request.

Leave a Reply