I have created an inventory application in mit app inventor 2 where when I open a window with a list viewer I get a list of products from an inventory (column b), when I select one of those products I have several fields where I get information about those products, this information is collected from a Google spreadsheet. In the same application I want to put a button to scan a BIDI code (the BIDI will contain product reference numbers), because I want that when reading that number (it would be column 1 of the spreadsheet) the product is automatically selected in the list viewer
I have a list of objects in the listview that when selecting any object it takes all the information in a spreadsheet of said object, I want to get that when I press the QR button on the left it scans the QR (which will be numbers) and said number that will be in column 1 of the spreadsheet, sends the order of which row to automatically select in my List View
The QR code is in column G which I have not shown (seventh column). I don't know if the QR code is necessary, my intention is that when it reads the QR code which will contain numbers (1,2,3,4,5,6,7...), it associates that number with column 1 and automatically selects the product in the list of views.