I have written an app using two related sharepoint lists that is working pretty well. I have written it by googling around for help since I don't really know what I am doing. The problem that I am running into is the very onerous and frustrating task of trying to update my data source. Every week I get an excel report from our software that has new information that needs to replace the last week's data. Here are the problems I have encountered:
- Sometimes I can copy the data in my excel sheet and paste it into the last cell of my sharepoint list and it works. More often than not it does not work so...
- I wrote a flow that takes my excel rows and creates new items in my sharepoint list. This works BUT also inexplicably re-creates the rows I most recently deleted.
- I also wrote a flow to try to check everyday for list items dated previous to "today" and delete them and it either doesn't work (when the trigger is set to work automatically) OR deletes every row (when I use the manual trigger).
- I tried switching to dataverse/tables built into power apps but also cannot simply copy and paste into those tables so I assume using dataverse will be just as fraught with difficulty as sharepoint is.
- Most recently I am trying to use excel itself as my data source but now getting messages about there being "no key column." Googling around I find suggestions to upload the table to dataverse which puts me right back where I started. Plus I understand excel is not the most robust data source for power app use.
I would welcome suggestions for how best to handle data that is frequently changing. The software we use for daily business is old so I do not think there is a way to connect to it directly, plus there are changes I make here and there once I have the data in excel to make the data more friendly to my app use.
Thanks!