Hello,
Currently creating a flow on Power Automate to create a new folder when file(s) are uploaded through my PowerApp form.
The flow has been working for weeks, but recently started showing the following error:
Action 'Create_new_folder' failed
Error Details:
Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED))
clientRequestId: 79043642-3a74-4ba6-b2c2-aa782789da44
serviceRequestId: 79043642-3a74-4ba6-b2c2-aa782789da44
body
{
"status": 403,
"message": "Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED))\r\nclientRequestId: 79043642-3a74-4ba6-b2c2-aa782789da44\r\nserviceRequestId: 79043642-3a74-4ba6-b2c2-aa782789da44"
}
What do I need to do to fix my flow? Please let me know