Hi guys,
After hours of research, I have found that PowerApps isn't capable of importing data from an excel file, located on a user's local machine and push into a collection.
So I have started looking into importing the data via copy-paste into a text input and then split the data, delimited by tab.
My First question would be, is this the best way to bulk import data into a Canvas app? And if it is, could anyone help me with splitting the data and storing it as a collection?
example Data:
Channel ID Local SKU Description Sales Date Qty Value Cust No Cust Name
first_UK 2451 REMSIMA PDR CONC SOL INF 100MG 31/07/2019 28511
second_UK 09003 TRUXIMA SOL INF VIAL 500MG/50ML 31/07/2019 21451
Thanks
Steve