Created a Power App that is a shopping cart to order used furniture in. We also have a screen on the app that allows end users to put a pick up request in to have our teams come get furniture they no longer use.
I am storing everything in Sharepoint Lists. Currently it writes the details of the order to one sharepoint list and the order header detail to a second list. The pick up part of the app also has a sharepoint list it writes to for the order detail, and then writes the order header detail to the same list the furniture app does. So in total i have 3 sharepoint lists that can be written to, but only two lists get touched per order.
I then have an email setup with information to go to the end user and myself once the order is placed.
What I am running into is that randomly an order will not place data in the sharepoint lists like it should but the app is sending the confirmation email. I changed the confirmation email to now send through power automate instead but i left one of the confirmation emails to go to myself so i could double check.
99% of the time the orders go through fine without any issues. the 1% that do not go through i get the order confirmation email, but not the power automate email. I have tried to trace this back and can not figure out what the issue that could cause this to happen. I have checked security rights for the end user and there is nothing that stands out. I have had the same end users whose orders did not save, resubmit the orders and they work fine. I am truely stumped.
Currently we are using the Collection functionality to store the data to the sharepoint list.
Any help would be appreciated.