How do I display the number of qr code scans the user has made in the app?
Are the qr scans made under the control of your AI2 app?
If so, increment a TinyDB tag ('QRSCANS') value (initially 0) each time you do a scan.
1 Like
how can i set the initial value to 0?
Thank you! However, I want to display the stored value inside a label.
Once you are able to have it in variable, use it wherever you want to, that could be label also.