Hi,
Im looking for some advice on a way to allow users of a canvas app to bulk import a table of data. I have come to a dead-end with trying to import an excel file/table on their local machine and the only way I can see how to do this is to copy and paste the table from excel into a text input, then split the text by a delimiter (tab) and push the result into a collection.
This would make for a pretty awful UI, so I'm wondering if there is any other way?
note, this is not related to bulk importing data when creating/editing the app, this is bulk import while users are running the canvas app.