Skip to main content

QR & Barcode Generator

QR & Barcode Generator component allows you to retrieve a value from a field source, automatically convert it to a QR code or barcode, and display it on your screen. You can also configure the QR/Barcode to be downloadable by users.

info

To use this feature to retrieve data automatically from user’s input, ensure you have an input component with a configured field

info

For the Barcode Generator, we use Barcode Type 128==

Generating code from an Input component

  1. Set Up Input Component: Ensure you have an Input component with a configured field.
  2. Select Bar/QR Code Generator: Choose the Bar/QR Code Generator component and go to the right sidebar settings.
  3. Configure Default Type Value: Set the Default Type Value by choosing the From Field option. Select the field name that matches the field of the Input component you want to use.
  4. Test It: Toggle the Preview button and insert a value into the Input component to test if it's working on the screen.

Example

You want to automatically generate a QR/ Barcode from Employee Name, so when the user input Empoloyee name on the input component, the Code will generated by the name data

Step

  1. You need to have a Form with Create Employee workflow set
  2. You need to have an Input component Inside the form, with “name“ Field set
  3. On the Qr/Barcode Generator component, Set the Default Type Value by choosing the From Field option.
  4. On the Field Name option, choose “name” field under the “Create Employee” workflow
  5. Test it on the screen Preview or sandbox if it's working

Step #1

Step #2