Hi,
I have a flow where when an excel file is added to sharepoint doc lib, excel connector throws error.
"body": {
"status": 404,
"message": "No table was found with the name '{B83DBAF7-7EF2-4853-8012-462DD3A39AB3}'.\r\nclientRequestId: 9078825e-6cbf-470f-b190-beecae36a9ff\r\nserviceRequestId: 0dcc2c52-d60c-41bf-bf6b-0dff55fdcc47",
"error": {
"message": "No table was found with the name '{B83DBAF7-7EF2-4853-8012-462DD3A39AB3}'."
},
"source": "excelonline-sea.azconn-sea.p.azurewebsites.net"
}
I have configured a workflow to fetch an email from outlook inbox and update the existing file in the sharepoint doc lib. The file gets updated in the checkout state, but my second flow where when an item is added to the SP doc lib it should list rows in excel which is not happening:

Please advise.