Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi, I'm receiving this error message using ' Export master items Management'
Anyone knows what's the issue?
Many Thanks!
{
"error": "Error calling endpoint \"Microsoft Excel - Create Workbook Session\"",
"endpoint": {
"name": "Create Workbook Session",
"datasource": "Microsoft Excel"
},
"request": {
"url": "https://graph.microsoft.com/v1.0/drives/367516f969ca0d8c/items/Master.xlsx/workbook/createSession",
"method": "POST"
},
"response": {
"status": 400,
"body": {
"code": "invalidRequest",
"message": "ObjectHandle is Invalid",
"innerError": {
"code": "invalidResourceId",
"date": "2024-05-08T23:53:13",
"request-id": "f56eewsx-bfb9-48f8-b62d-9d216e15586a",
"client-request-id": "f56eeaeb-bfc9-48f8-32d-9d216e15586a"
}
}
},
"external error": true
}
Hello,
Be sure your connection to your Microsoft Excel is ok.
Maybe just by starting running the automation with the "Create Workbook Session" block ?
Regards,
Antoine