Skip to content

QR Code Reader Activity

The QR Code Reader activity identifies and analyzes QR codes present within a specified image file. It extracts the embedded data from the QR code, making this information available for subsequent automation processes.

Field Description Requirement
Image file name Image file path, including the file name and extension. Required
Response variable name The name of the variable where the extracted QR code value will be stored. Required

Action Types & Examples

Image File Input

  • Format: String
  • Example Result: C:\Robustaqr.png

QR Code Value Output

  • Format: String
  • Example Result: https://example.com

Implementation Examples

Field Setup - Image file name: C:\Robustaqr.png - Response variable name: qrResult

Execution Parameters

Technical Notes