Hi,
I am creating an app with Excel as a backend, I would like to be able to use the app to create new records in any of the linked tables in my excel file while having that file opened in excel online (I want to be able to edit a different worksheet in the same file - just a data range, no table on that sheet).
However, the app complains about the file being locked (I understand this is a safety precaution), however, I would like to ignore this error and write to the excel file anyways(so even if I have it open).
There is no way that this could corrupt the data as the tables that I linked are on different sheets, is there a way to tell PowerApps to ignore this restriction and write anyways?
Thank you