Hi,
I have a flow that works in conjunction with powerapps. The user in powerapps supplies several key inputs which are transferred over to the flow. On the last step an email is sent from a shared inbox. When users who are not myself trigger the flow, the flow fails at the send email function with the error. If I trigger it, it works fine. I think this is due to a permissions error. Is there anyway around this?
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=b8db4bdd-60f8-4baf-aa03-ff9514884a9a, UTC TimeStamp=9/16/2022 10:09:03 PM, Error: Failed to acquire token from AAD: {"error":"invalid_grant","error_description":"AADSTS700082: The refresh token has expired due to inactivity. The token was issued on 2022-06-16T00:43:50.2117454Z and was inactive for 90.00:00:00.\r\nTrace ID: 81abaaf4-2c67-477b-8238-0372ec992500\r\nCorrelation ID: 9964574d-2c06-4812-8388-2c308fe7ff70\r\nTimestamp: 2022-09-16 22:09:03Z","error_codes":[700082],"timestamp":"2022-09-16 22:09:03Z","trace_id":"81abaaf4-2c67-477b-8238-0372ec992500","correlation_id":"9964574d-2c06-4812-8388-2c308fe7ff70","error_uri":"https://login.windows.net/error?code=700082"}']