My system automatically generates a GUID when a new user is created. I want it to convert the GUID value into a QR code, and display the QR code in place of the GUID value, e.g as seen below
Hi Steven,
To generate the QR code, You can use below Forge component -
https://www.outsystems.com/forge/component-overview/8918/qr-code-generator
https://www.outsystems.com/forge/component-overview/9864/qr-code-generator
Thanks
Vinod
Your application needs someone to input the text manually.
I need it to be automated, as soon as a new user is created.
Yes, You can do the automated. You need to install forge component and add dependency of that forge component.
Once you are done with the user creation, You can call forge component methods to generate QR code based on your GUID.