Hello everyone,
I'm struggling to properly show the correct data once the scanner "scans" and the pop-up alert shows.
I'll explain the following screenshot:
On the backgroud, the text components show the current information of the scanned QR based on the last scanned item; in this case scanner1.data[4].
But, the capture alert.open() event shows the previous scanned QR (scanner1.data[3]). How can I achieve that it waits or gets the most update data?
I've tried several ways with the "Only Run When" option, but I can't make it work
Thanks again!