Adding information to a QR code

Screenshot 2024-07-17 110100
Hello everyone,
I generated QR codes for every item in a list. Is there any way that the id or name of each item to be added above the QR code in the picture?
The client needs to print all them QR codes and add them on the items and without the name or id of each item on the qr code will be very hard to keep track of which is which.

Kind regards

How do they intend to print them?

save the pictures and print them on some king of tags. i know the client can take each picture and add the text by himself but I don’t really want that

Got it. Might want to use something like quickchart for that. Create a Template column with this url and replace {QRCode} and {Caption} with their respective values.

https://quickchart.io/qr?text={QRCode}&caption={Caption}
3 Likes