web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Apps / Mass Deletion and Reap...
Power Apps
Answered

Mass Deletion and Reappearance Excel Records with PowerApps App

(1) ShareShare
ReportReport
Posted on by 9
Hello All,
 
We are having this concerning issue that has seemingly started for no apparent reason. Since 25/06/2026. Some context for the system we have created and how it works:
 
The System/Stack:
 
The system is used to account for vehicles stored on our site, and allows users to check vehicles in/out and record certain details of these vehicles like make, model and colour etc. The structure is as follows:
 
Data Storage - Excel File on OneDrive.
User Interaction - PowerApps App connected to the OneDrive Excel file.
Background processes - PowerAutomate - Archiving and Accounting are done via PowerAutomate at times when our site is closed down.
Dashboard Viewing - PowerBI Dashboard linked to live dataset using OneDrive Excel file.
 
I understand that Excel is not the most robust data source but this system has worked without issue for three years, and we have not changed anything for months preceding this issue. We have two users on the app who have their own accounts.
 
Recent Changes Made:
 
We recently conducted a stock check and 
 
The Issue:
 
Users edit data via a form on the PowerApp, which when submitted using SubmitForm(Formname), sends this data to the OneDrive file. We have a strict no-editing rule on the file so that the file is never in direct use when the PowerApp is in use. We first noticed an issue when operatives were attempting to check out vehicles, but these vehicles were not appearing on the app as checked in or out. We checked in the base file and these records were completely gone - which is unusual as we have an Archiving flow that removes these checked out vehicles after 2 weeks from their checked out date. We checked the Archive and there were no cars in the Archive file either - it turned out that the Archive had partially failed between 25/07/2026 and I believe it was 03/07/2026. We looked into the flow raw outputs and couldn't see any trace of these vehicle's VIN numbers (used as unique identifiers in the flow), which was odd because PowerAutomate would have contained these VIN numbers to modify those records - we disabled all related flows on 06/07/2026 and the issue continues.
 
We found there to be around 10-15 cars that had completely disappeared from the main file without a trace - which was completely unheard of before and there was only one Remove() function which was in a dedicated delete row action which hadn't been used. We found these cars in the backup versions of the main file with no trace of being removed.
 
We then had the issue again a few days later where around 20 cars went missing in the same fashion. We have had to restore these manually in the Excel file, most recently we have had the issue again two days in a row where our operatives have noticed error messages when submitting vehicles and this is when they go missing. The latest occurrence had 32 cars disappear at once. We then manually added these records back in and those exact records were removed again the following day! This is a timeline of the most recent occurrence:
 
20/07/2026 @ 5:07PM - Starting Point
21/07/2026 @ 10:16 - App in use routine use from around 8:00AM, everything normal
21/07/2026 @ 10:36 - 32 vehicle records are now missing (all checked in on that day) with no trace or error logs recorded in App.OnError.
21/07/2026 @ 16:30 - Missing records manually restored during the day through base file on M365 Online and still appear at this time.
22/07/2026 @ 11:40 - Records still showing, new cars added to the database.
22/07/2026 @ 11:45 - All 32 cars removed again leaving the previously booked in cars where they were.
 
Other instances have taken cars at complete random with no relation to each other. I have now had instances where the online version histories do not contain certain vehicles, and then later on for no apparent reason these records are then available on the App and database? Is there some kind of sync issue?
 
I apologise if this seems frantic but it is very concerning for an app that has functioned without issue for around 3 years. What is also more concerning is there are sister apps which run in parallel which function identically and seem to be having similar sync issues - although they are on much smaller scales so the signs are not as obvious.
 
If anyone has any advice on this issue I would be most grateful.
 
Kind regards,
 
Ethan.
Categories:
I have the same question (0)
  • WarrenBelz Profile Picture
    156,271 Most Valuable Professional on at
    Without getting into the specifics of the particular anomalies you are experiencing, the first questions I have are: -
    • How many records are in the Excel file ?
    • What is your Data Row Limit in Power Apps ?
    • You mentioned two users - do they have individual accounts or both use one account ?
    • Whose OneDrive is the Excel file stored on ?
    • Do you add/delete or view anything in the Excel file outside Power Apps (you mentioned adding them in manually)?
     
    I will add one other thing here (relevants to points #3 & #4 above) - if you refer to Point #12 on this document on OneDrive in the Known Issues and Limitations, you can only access the OneDrive of the logged-in user when referencing the data from Power Apps - Cross Drive Functionality is no longer supported (although this was done a little while back). If you really have to use Excel, store the file in SharePoint.
     
    Expanding further on this, Excel is really "the database of last resort" (less robust is being kind) - if you have access to SharePoint, put the data in a List and you will have a much more functional, reliable and scalable system.
     
    Please Does this answer your question if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider answering Yes to Was this reply helpful? or give it a Like
    Visit my blog
    Practical Power Apps    LinkedIn  
     
     
     
     
  • Verified answer
    CU22071209-1 Profile Picture
    9 on at
    Hello Warren,
     
    Thank you for your detailed response to our issue. We have delayed commenting further as we wanted to confirm that we were no longer experiencing issues. It appears that this issue has been resolved after reverting to using OneDrive for Desktop to replace the data in the table - this seems to point towards there having been some version/authority issue between OneDrive Online and PowerApps (PowerAutomate was ruled out).
     
    When we attempted to edit using OneDrive for Desktop, the file would remain on Pending Sync status indefinitely, with changes not reflecting on OneDrive Online, also, the status icons that used to be green ticks had since turned into cloud icons. We attempted various times to upload the changes through OD Desktop without success.
     
    We decided to backup the file and delete it from OD Desktop, which caused the file to immediately reappear in the drive. We were then able to edit the file, and changes were then reflected on OD Online. Once we overwrote the file on Desktop, all changes were synced immediately. We have closely monitored for the fault to happen again (disappearing records), however, 2 weeks later there have been no further issues.
     
    So it appears that when the stock check was completed, and OneDrive Online was used to edit the data in the table - these changes were not applied consistently or with precedence over the requests and patches from PowerApps. Then I suppose using OD Online to rectify these issues was only creating further problems with overwriting data. It seems that OneDrive for Desktop can overwrite any changes made from PowerApps, but using OD Online does not have this authority?
     
    This is only an idea, but as stated before, we made absolutely no changes to the otherwise functional and reliable system we have had for 3 years - apart from using OneDrive Online instead of Desktop. We will review our other options for data storage, but we wanted to update you on the outcome of the situation in case this would explain anything.
     
    Best regards,
     
    Ethan.

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Season of Sharing Community Challenge Winners!

Congratulations to our community stars!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the July Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 410 Most Valuable Professional

#2
11manish Profile Picture

11manish 159 Super User 2026 Season 2

#3
sannavajjala87 Profile Picture

sannavajjala87 89 Super User 2026 Season 2

Last 30 days Overall leaderboard