I currently have pre-filled links to a Google form, that are converted into QR codes with that formula in a Google spreadsheet:
=image("https://image-charts.com/chart?chs=150x150&cht=qr&choe=UTF-8&chl="&ENCODEURL(F48))
The problem is that the pre-filled links contain a reference to a cell with the current date and time (=NOW()
formula). It means the we would theoretically need to print the new QR codes every second, which is obviously not possible.
Is there a way to make dynamic QR codes based on links which are provided by a spreadsheet?
In other words, the link in the dynamic QR code should not be a link that I would have to change manually, but instead it would pick it up automatically from a Google Sheets.
Is that possible?
Thank you in advance!