Hello,
I'm building a Barcode scanner app to scan employees IDs. The idea is to scan an ID, the ID number is then added to a list, and that list automatically looks up that ID number on another list and give me the employees information, such as name, hire date, etc..
I am using an Excel sheet that lives in OneDrive. The document has two sheets, one with all of the employees information, and another empty where those scanned entries will go.
When I originally built it directly in Excel, i was able to use a simple VLOOKUP formula to fill the empty columns based on the ID entree, but Powerapps doesn't support formulas directly from Excel..so... i'm not sure how to achieve the same result.
Any ideas?