Hi all,
I've created and tested a multiple approval flow which works when I test it. Basically how it works is that for a selected item --> send approval 1 --> send email to approver 1 --> send approver 2 --->send email approver 2-->send approver 3 -->send email approver 3. However when it is production I get failures at different approval stages with a 401 error code.
Here is the overall flow that I have created:
1st level approval
2nd level approval
3rd level approval
4th level approval with failure
this is the error code description:
Error from token exchange: Runtime call was blocked because connection has error status: Enabled| Error, and office365 is in the block list. Connection errors: [ParameterName: token, Error: Code: Unauthorized, Message: 'Failed to refresh access token for service: aadcertificate. Correlation Id=09a7d3da-4820-44b4-b8ec-4e223f85ce98, UTC TimeStamp=1/27/2021 1:03:18 AM, Error: Failed to acquire token from AAD: An internal error occurred.
']
I'll get this error code on different sections of the flow on different runs..
At first I thought it was to do with some timout but then I checked that flows can run for 30 days which is well within my bounds for these cases.
can anyone show some insight on this?