Hey community,
is it possible to allow users to upload a csv file within a canvas app? The content of the csv file should then be imported directly into a dataverse table. I dont want to use sharepoint. It is not necessary to store the csv file anywhere in power apps. Its only purpose is to provide data to the dataverse table.
I need this function in the canvas app, so the users can upload any csv to extend the dataverse table with new data.
Shorter version of question:
1) How can I implement a function in a canvas app to upload csv?
2) how can I read the data from the csv
3) how can i store this data in an existing dataverse table (and how does the column mapping work)?
thank u !
best