20
Views
1
Comments
How do I extract and slice the result of a QR code?

Please suggest a QR code generator that works with the outsystems 11 and is compatible with UI. 

Also after scanning a QR how do we slice the data from it?

2022-07-11 14-05-36
Jeroen Barnhoorn

Hi Priya,

There are several components available in the Forge that can help you when working with QR codes.

You can for example use this one to generate QR codes: https://www.outsystems.com/forge/component-overview/8270/qr-code-reactive-o11

And this one to read them using the camera on a mobile device: 
https://www.outsystems.com/forge/component-overview/1403/barcode-plugin-o11

I'm not sure what you mean by 'slicing' the data, but the component mentioned above will return the data in the QR code as a string, which you can then process as you would with any text variable in OutSystems.

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.