Hi, I am trying to create a scan and search app using QR codes. I want to display data from multiple columns when the QR code is scanned. What is the most feasible way to solve this?
For example,
-
Apple 2$ Red
-
Orange 4$ Orange
I want to see all the associated data of Apple if that QR code is scanned.
Thank you.