We don’t support running custom scripts on the server. The preferred way to solve these kind of problems is by calling a webservice from a connector within your project and feeding the results back to the application.
Maybe you can find an existing webservice that creates QR code images. Or build one yourself
Another possible solution is to add a custom client to your project where you can write logic for QR code generation in TypeScript/JavaScript which then runs client-side. It is suitable if you only want to show the codes on screen, without storing them in the application as a file. Building such a custom client is an advanced topic that will require some support from our team.
Thank you! This function works very well to visualise the data in QR. After, I wish to be able to print the QR (or bar code), so I would need to be able to download it as a file. Any solutions for this?