The 'Create QR Code' action generates a QR code image file aligned to the configuration options supplied.
Example Flow
Please refer to the following article showcasing the 'Create QR Code' Power Automate action: Create QR Codes with Power Automate and Encodian
Default Parameters
The default 'Create QR Code' flow action parameters are detailed below:
- Barcode Data: The string value encoded within the QR code.
- Image Format: The format of the QR Code image generated.
Advanced Parameters
The advanced 'Create QR Code' flow action parameters are detailed below:
- Height: Set the QR code height (pixels)
- Width: Set the QR code width (pixels)
- Auto Size Mode: Set the QR auto size mode, use 'Nearest' to assure QR code readability
- Fore Color: Set the QR code foreground color (HTML Color #000000)
- Back Color: Set the QR code background color (HTML Color #FFFFFF)
- Visible Border : Set whether the QR code border is visible
- Border Color: Set the QR code border color (HTML Color #000000)
- Border Style: Set the QR code border style
- Border Width: Set the QR code border width in pixels
- Resolution: Set the QR code border image resolution (dpi)
- Encode Mode: Set the QR code encode mode
- Encode Type: Set the QR code encode type
- Encoding Type: Set the QR code text encoding type
Return Parameters
The 'Create QR Code' flow action returns the following data.
Action Specific Return Values
- Filename - An automatically generated filename.
- FileContent - A base64 string representation of the QR code image file.
Standard Return Values
- OperationId - The unique ID assigned to this operation
- HttpStatusCode - The HTTP Status code for the response
- HttpStatusMessage - The HTTP Status message for the response
- Errors - An array of error messages should an error occur
- Operation Status - Indicates whether the operation has completed, has been queued or has failed
0 Comments