Hi community, Please help , i have an app with one form field where i collect the QR code , i enabled the 1)AUTOSAVE after last field is filled and 2)AUTOOPEN features to mimic the continous scan capability of a user scanning QR codes.
now i need the user to be reminded after every nth scan.
any possibility to do the same in Appsheet. so far i tried with creating a reminder message view, and trying to create a grouped action to execute a sequence of ADD, then show the reminder message, but nothing is working as expected. i dont get the intended result of alerting/showing a popup window and pausing the user after subsequent n Scans , bascially i want to interrupt the user after scanning certain number of QR codes and then ask his permission to continue scanning and then resume if the user says Yes and pause/stop if the user wants to stop. , ANY ideas to achieve similar effect or solution to pause the user.?
Are you re-opening the same row over and over to perform your scanning? Or is it a new row each time?
If it's a new row everytime, create a group of actions where both adds a new record. The other one has a condition as MOD(COUNT(Data[ID]),6)=0 and the other one the opposite MOD(COUNT(Data[ID]),6)>0. The MOD(...)=0 then has the confirmation message "Do you want to continue?".
User | Count |
---|---|
28 | |
13 | |
3 | |
3 | |
3 |