Hi,
I have an Excel database (table) connected as a data source in Power Apps, and I'm searching / editing the database from the app. Normally, the edit form and submit form operations work when I am just accessing the data source via Power Apps.
However, when I tried editing the Excel database outside of Power Apps using a Python script (openpyxl package), and then tried to edit the database from Power Apps again, I got the following error:

I have repeated this workflow with a brand new Excel file and confirmed that the error happens after I run the python script to edit the Excel sheet. Is it possible that there is an edit conflict? I am building this for RFID applications and I need to be able to write to the database continuously from Python while also accessing it via Power Apps. Any help is appreciated. Thanks!