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?
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.