I currently have a flow which:
- Receives email.
- Saves attachment to SharePoint as .xlsx.
- Runs an excel script to convert the XLSX range to a table.
This works fine up to the execution of the script where I receive the error message:
"Graph Item not found, was it unshared or deleted?\r\nclientRequestId: ab7d8b91-be2c-4e96-973c-e7c7ffadaf37"
Manually opening the .xlsx file within Sharepoint and executing the script works with no issues.
Is anyone able to assist with troubleshooting?