Qr Code

QR Code supports the popular Quick Response codes with a variety of settings.

Overview

The QR Code component displays a QR code image within a flow. QR codes are two-dimensional barcodes that can be scanned with a smartphone or QR code reader to quickly access information or perform an action. This component allows users to easily access and share information by scanning the QR code with their devices. The QR Code component is a convenient and efficient way to share and access data within a flow.

Changing the Properties

Setting a value

The QR Code value can be manually added by entering a field value. QR Code value can be added dynamically by selecting a resource from the Mapped button.

Adding Interactions

No interactions are available.

Styling the Qr Code

From the Styles panel, you can customize styling attributes for the QR Code:

  • color: to customize colors for the QR Code

You can find the instructions for styling here.

Tutorials

NameDescriptionIllustration

Explore how to convert any Salesforce record field into a scannable QR Code.

Specifications

Attributes

NameTypeDescription

encoding

String

The encoding mode used to encode the value.

errorCorrection

String

The error correction level used to encode the value. The possible values are:

  • "L" - approximately 7% of the codewords can be restored.

  • "M" - approximately 15% of the codewords can be restored.

  • "Q" - approximately 25% of the codewords can be restored.

  • "H" - approximately 30% of the codewords can be restored.

width

Integer

Set a maximum width for the QR Code

value

String

The value of the QRCode.

Events

No events are available.

Styling Hooks

NameDescription

Color

Define a QR Code color

Background Color

Define a QR Code background color

Last updated