Is there a quota on barcode scanning? While there is no quota on barcode scanning, if the scan results in a new row addition or a row edit, it will count as an update.
I have never succed in creating a QR code scanning without 5 updates, so maybe it would be recommended to rewrite the answer to this question, because the right answer is not “an update”, but 6 updates (5 from scan action and 1 from raw addition or edit).
Yes, and re-wording the first answer, because “there is no quota on barcode scanning” is misleading. I have an event and I expect more than 20k scans, and based on this instruction I have made a strategy for an app, expecting 20k updates, so I have prepared the budget for this amount. When I started to implement the solution, the scanning action always return the message “Each run uses 5 updates” - so, there is a “quota”, actually. My initial 20k updates estimate is, in fact, 120k updates - and the budget is on fire!