I have developed an app which consists of a dataverse table and a model driven app.
The idea is that the user would input data into the table using an excel template. I have tried to test this by trying to create the excel template by exporting the table (as empty) to excel, then saving the excel by a different name on my desktop and the uploading this new file as a template in the model driven app for me to use later.
The first time when I try this template, everything seems to work as I expected when I download the template from the app, paste some data and import it back as an excel file. However, when I try it the second time, the template already has some data in it from the previous import. I would like the template to be empty regardless of the data in the table, so that the user can just use it to import new data without having to worry about accidentally overwriting some old data already in the table. Now the template seems to somehow work similarly to the "export to excel" button?