Hi, I have a strange bug in a very simple scenario with a power app that triggers a flow. In the power automate flow I copy an excel file from sharepoint (empty, except for a table) to the user's OneDrive. Next I inject the data sent from PowerApps (a JSON table) into a table in the newly created Excel document. When I do this with my user, it works flawlessly. When another user executes the same flow, I get a 404 error in the Get Tables step.
{
"status": 404,
"message": "The resource could not be found. clientRequestId: 096ce5f4-983e-407f-b636-bc0fcb0e5b02 serviceRequestId: 75a743e1-3853-495b-bf39-f3fd2e065a74",
"error": {
"message": "The resource could not be found."
},
"source": "excelonline-ne.azconn-ne.p.azurewebsites.net"
}

The file clearly exists in the user's OneDrive, and it does contain a table, so I don't know what I'm doing wrong.