Scanner

A scanner component allows you to scan QR codes and Bar codes.

How to add a scanner component

Drag and drop scanner component onto page and fill it with any value, such as URL.

Scanner component settings

General tab

Settings to change scanner behavior.

Enable Scan Initially

When this toggle is enabled, scanner will try to run when page opens.

Ignore Duplicate Scans

When this toggle is enabled, scanner will ignore a scan if it was scanned previously.

Show Scan Confirmation

When this toggle is enabled, scanner will prompt user after successful scan whether to use this scan or scan again.

Actions tab

When value scanned

Here you can set up actions to be performed after a successful scan.

Please refer to Actions article to know more on what is possible to do with the scan output

How to output values from scanner component

There's two ways of using the output:

Referencing output

You can reference output on a page inside other components.

Please refer to Extract & Pass Values to know more on how to pass values to other components

Passing output using actions

You can use actions such as running operations, running workflows, or other.

Please refer to Actions article to know more on what is possible to do with the scan output

Last updated