why am I getting error Action 'Get_tables' failed?
{ "status": 404, "message": "The resource could not be found.\r\nclientRequestId: 58bfb995-21d7-4fda-af12-6f61e663b189\r\nserviceRequestId: 6bee2833-510e-4646-a9d4-e6a54a277ad2", "error": { "message": "The resource could not be found." }, "source": "excelonline-eus.azconn-eus-002.p.azurewebsites.net" } The resource could not be found. clientRequestId: 58bfb995-21d7-4fda-af12-6f61e663b189 serviceRequestId: 6bee2833-510e-4646-a9d4-e6a54a277ad2
the file does exist in the location. Any reason as to why this is happening?
You can convert it in Excel on the Desktop. I'm merely suggesting doing that for one run to see if that is the issue. I'm not aware of any way to do it in a flow.
@Pstork1 yes its a excel binary file. Is there a way to convert it to xlsx in a flow?
The only thing that looks off to me is .xlsb. What does the b in the extension stand for? If you are using an actual binary version of the file I don't think Excel Online can open that. I would convert the file to .xlsx to test and make sure that isn't the problem.
@Pstork1 am I missing something here?
encodeUriComponent('/Shared Documents/jon/copy/TEST_FILE (4.11).xlsb')
Even though you have specified the library make sure you include the full path from the root of the site including the document library.
encodeUriComponent('/Shared Documents/Data/1000 books.xlsx')
1000 books.xlsx is in a Data folder in the Documents library.
Not the one where you create the Excel file. You need to wrap the path of the file in the encode function when you use the path to read the file in the List Tables action.
@Nived_Nambiar yes it is stored on a sharepoint.
@Pstork1 so in my other flow that creates the copy of the excel file, i need to wrap which part with the encodeUriComponent() ?
If the file is recreated each time then you need to put the path to the file in an
Michael E. Gernaey
566
Super User 2025 Season 1
David_MA
516
Super User 2025 Season 1
stampcoin
492