Hi,
I have built a flow, in my flow creating a excel file in OneDrive and using an action List Rows present in table, I am fetching data from excel table and then uploading that data to SQL.
It is working as expected only when I am calling that flow, when other users from my company trying to access it, it's giving me an below error in action List Rows present in table.
{
"status": 403,
"message": "The request is forbidden by Graph API. Error code is 'accessDenied'. Error message is 'Access denied'.\r\nclientRequestId: 2fb0817c-ace3-4268-96c3-0d9963929d4f\r\nserviceRequestId: 260b3243-ca1d-4b28-b187-4b01c3ef41df",
"error": {
"message": "The request is forbidden by Graph API. Error code is 'accessDenied'. Error message is 'Access denied'."
},
"source": "excelonline-wus.azconn-wus.p.azurewebsites.net"
}
