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 Argument | Type | Description | Required? | Advanced Option? | Default |
---|---|---|---|---|---|
Code content | String | Content of the generated code. | ✔️ | ❌ | - |
Code format | Choice Field | The formats you can select are the ones listed above as Supported Code Formats. | ❌ | ❌ | QR CODE will be used if no value entered. |
Width | Number | Width (in pixel) of the QR or barcode. | ❌ | ✔️ | 200 |
Height | Number | Height (in pixel) of the QR or barcode. | ❌ | ✔️ | 200 |
Output Format | Choice Field | Output format of QR or barcode. Allowed output formats are the ones listed above. | ❌ | ✔️ | PNG will be used if no value entered. |
Embedded Image | Icon (Picture or URL) | Icon of an image embedded in the barcode. | ❌ | ✔️ | - |
Embedded Image Opacity | Percentage | Opacity of the embedded image. | ❌ | ✔️ | 90 |
Embedded Image Ratio | Percentage | Ratio of the embedded image. | ❌ | ✔️ | 20 |
Response
Response | Type | Description |
---|---|---|
File response | File | The generated QR or barcode image as a file. |
File response as string | String | Base64-encoded string representation of the generated image. Useful for storing the image in variables. |
MIME type | String | The MIME type of the generated image, e.g., image/png . |
Extension | String | The 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.
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.
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!