Create QR or Barcode

Create QR or Barcode

Description

This action creates your QR or Barcode.

Supported Code formats:

  • All 1 D
  • AZTEC
  • CODABAR
  • CODE 128
  • CODE 39
  • CODE 93
  • DATA MATRIX
  • EAN 13
  • EAN 8
  • IMB
  • ITF
  • MAXICODE
  • MSI
  • PDF 417
  • PHARMA CODE
  • PLESSEY
  • QR CODE
  • RSS 14
  • RSS EXPANDED
  • UPC A
  • UPC E
  • UPC EAN EXTENSION

Supported Output formats:

  • BMP
  • GIF
  • JPEG
  • PNG
  • TIFF

Input Arguments

Input ArgumentTypeDescriptionRequired?Advanced Option?Default
Code contentStringContent of the generated code.✔️-
Code formatChoice FieldThe formats you can select are the ones listed above as Supported Code Formats.QR CODE will be used if no value entered.
WidthNumberWidth (in pixel) of the QR or barcode.✔️200
HeightNumberHeight (in pixel) of the QR or barcode.✔️200
Output FormatChoice FieldOutput format of QR or barcode. Allowed output formats are the ones listed above.✔️PNG will be used if no value entered.
Embedded ImageIcon (Picture or URL)Icon of an image embedded in the barcode.✔️-
Embedded Image OpacityPercentageOpacity of the embedded image.✔️90
Embedded Image RatioPercentageRatio of the embedded image.✔️20

Response

ResponseTypeDescription
File responseFileThe generated QR or barcode image as a file.
File response as stringStringBase64-encoded string representation of the generated image. Useful for storing the image in variables.
MIME typeStringThe MIME type of the generated image, e.g., image/png.
ExtensionStringThe file extension of the generated image, e.g., png.

Power Automate Examples

Create QR or Barcode

We use our homepage URL which we want to display in a QR Code.

We choose PNG as the Output format.

Picture

To save it in SharePoint you need to choose File response as the File Content setting.

Add embedded image

We now add an embedded image into the center of the QR code – for example, our logo or an icon. This image will appear in the middle of the QR or barcode.

Opacity controls how transparent the embedded image should be.

Ratio defines the size of the embedded image relative to the full QR or barcode. This is useful if you want to add branding to the code while keeping it scannable.

Picture

To save it in SharePoint you need to choose File response as the File Content setting.

Known Limitations

⚠️
If you experienced other limitations please get in touch with us!