Displaying and tracking qr code scans per user

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?

This way,

Thank you! However, I want to display the stored value inside a label.

You can use this :point_down:


qr_test.aia (2.3 KB)

1 Like

Once you are able to have it in variable, use it wherever you want to, that could be label also.