Use this external logic together with the QRCoder Payload library.
1. Generate a payload format for your QR code
Use one of the available utility actions from the QRCoder Payload library to create the payload for your QR code.
2. Generate the image QR code
Use the result of the generated payload as input parameter to the GeneratePngCode action from this module.
GeneratePngCode action
This external logic library currently features a single action GeneratePngCode with the following input parameters
payload
eccLevel
pixelsPerModule
drawQuietZone
returns
result
The source code for this library is available here stefan-d-p/odc-qrcoder-library: OutSystems Developer Cloud External Logic Library to generate QR codes (github.com)
Notes
If you have used my QrCoder Forge component for OutSystems 11 you will notice that there is no support for SVG, PDF and ArtQR anymore. This is because for this features QrCoder depends on System.Drawing which is not available in .net 6. Although there is a very good fork for QrCoder qrcode-imagesharp that implements SixLabs ImageSharp library as a replacement for System.Drawing I decided to not use it because of the split license of imagesharp.