Hi All
I’m looking to build a power apps application to allow a department to manage courses they organise and run. They interact with customers via a website which allows customers to book themselves onto courses/seminars. Currently they produce updates to the website course content via csv files and they can download csv file which contains the booking data.
I’ve designed the backend data store around SharePoint, with the view that the dept. will download at least once a month a csv file of the booking data which is then imported into excel for reporting, which is an intense manual process. The Power App system will simplify this whole process and make it more automated. There are a number of company and financial issues why this approach has been taken.
So, I’ve produced a solution design doc and my first step is getting the data imported so I’ve created a power automate flow which picks up the csv and splits the data up for a record and inserts if new and updates if it has been created already. I took a sample of 100 records, it took about 10mins to process that file. I think this is pretty slow, as a normal file will have around 3K records to process thats about 6hrs!. With general programming of systems there are normally things you can do to increase performance. on the front and backend.
My questions are:
Thanks for any insights! 😊
Cheers!
dj