Hi all,
I'm trying to build my first flow for users to submit the document for approvals (manually with a trigger "for the selected item" if I named it correctly in English) and after approvals it will set the content approval status. It works when the flow is started by me (I'm the site owner and have approval rights), but when it is starting by a site member the action ends with an error:
"code": 502,
"source": "msmanaged-na.azure-apim.net",
"clientRequestId": "df391b75-b522-48e2-ace0-97091a0c84f3",
"message": "BadGateway",
"innerError": {
"message": "Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED))\r\nclientRequestId: df391b75-b522-48e2-ace0-97091a0c84f3\r\nserviceRequestId: 5357719e-1071-6000-935c-24d51f16f843",
"status": 502
I guess the problem is the user who launched the flow doesn't have rights to approve the content. Can I give these rights to the flow?