Hello,
My app behaves as an equipment inventory, with functionality for checking in and checking out items. The Check In and Check Out pages are galleries with checkboxes for each item, as well as a dropdown menu and search bar for filtering. When an item's checkbox is toggled on, the OnCheck property collects to a Google sheet the name of the item, whether it's being checked in or out, and who is interacting with the item. Everything on that end works as it should.
I also have a barcode scanner functionality, which can scan an item's physical barcode, and immediately sticks the serial number in the search bar. Once the serial number is in the search bar the gallery automatically filters to find the corresponding item. What I would LIKE to happen here is once the gallery filters for the correct item, it also automatically toggles the checkbox on -- rather than the user manually checking the box.
Is this something that I can accomplish? Here is a screenshot of the check in gallery and the screen once a barcode is scanned and filtered.