Looking for an easy way to create QR Code for list of products? You can actually can do it quick using NocoDB, with combination of Formula column type, and QR Code column type.
1. On your data table you want to create the QR code for your data, create a Formula column type. However Formula column type is for using with Row ID, if your QR code content is not a Row ID, you may skip this step.
2. Enter the formula, will be similar like below:
{{Id}}
3. Create another column for your actual QR Code image, the column type is QR Code, and the source of the content will be came from the formula we created just now.
4. If you already have some data, you shall see the QR Code already generated automatically, if not, upload some data and try it out!