Morning all,
I am in a bit of quandry. My app connects to a number of SharePoint lists that perform lookups against inputted data. For example, someone says they manage 25 clients, and for these clients chooses category A. Category A means that according to the Sharepoint lookup table, for every client, you are given 1 hour of work, plus 1 hour for preparation. That means that the final number of hours assigned to that person, and what is uploaded to my database, is 50. I would also upload the Category chosen, and quantity of 25 to represent the clients.
So, now my problem. I am expecting to have to revise the SharePoint Lists fairly soon, and change some of the calculations. So in the above example, the calculation might now say for every client you get 1 hours plus 0.5 hours for preparation. I will need to cascade these changes to all existing records.
I'm thinking that pulling all my records into Powerapps and then running a fresh patch on them might work, but I'm not sure. Can you guys think of any way that I could get these changes to all the already uploaded records?
Cheers,
Matt