Hey Gliders!
I have built a stock count app using Glide Apps that is designed to work on an Android-based barcode scanner. The current process requires the user to click into a text field and then scan the barcode. Once scanned, the barcode value appears in the text field, but the user must then click a button to record the stock count.
I have two questions:
- Is it possible to automatically trigger an action as soon as the barcode value is populated in the text field, instead of requiring the user to click a button? I’ve noticed that the barcode scanner automatically sends a “return” signal after scanning.
- If the above is not possible, can I restrict the text field to a single line or trim the input value to prevent extra spaces, which can cause issues with item lookup?