I have power automate flows that trigger when a power bi dataflow refresh completes. The flow writes some data to an excel file. Another flow periodically reads the data from the excel file and then deletes the row from excel. In otherwords a simple fifo implemented in a table in Excel shared between many sources writting into the file and one consumer. This has worked for the past 4 years or more. Starting a few hours ago, the flows writting to the file started failing with Gateway Timeout. And the flow reading the table is failing with "Action 'List_rows_present_in_a_table' failed: BadGateway"
Anyone else seeing this problem? Is there some issue with SharePoint online and Power Automate? The flows are all running with a Service Account and I can open the Excel file with the service account. So doesn't seem to be a permissions issue.
Any help is greatly appreciated.