Hello,
I have a flow running and for only 2 people from my whole organization the flow fails with the below error:
The error I am getting from the first person is 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=90c5bddd-ef52-4d72-9d67-3e3fe4a8a132, UTC TimeStamp=3/20/2023 8:19:51 PM, Error: Failed to acquire token from AAD: {"error":"invalid_grant","error_description":"AADSTS50173: The provided grant has expired due to it being revoked, a fresh auth token is needed. The user might have changed or reset their password. The grant was issued on '2022-01-28T15:49:25.8852622Z' and the TokensValidFrom date (before which tokens are not valid) for this user is '2023-02-14T17:04:50.0000000Z'.\r\nTrace ID: 3667c78e-d259-4741-98d9-f9dd52825400\r\nCorrelation ID: 1f416660-597a-4a37-9472-0f3d430760d2\r\nTimestamp: 2023-03-20 20:19:51Z","error_codes":[50173],"timestamp":"2023-03-20 20:19:51Z","trace_id":"3667c78e-d259-4741-98d9-f9dd52825400","correlation_id":"1f416660-597a-4a37-9472-0f3d430760d2","error_uri":"https://login.windows.net/error?code=50173"}']
and the flow fails here:


and the error I am getting from the second in is :
Access token has expired or is not yet valid.
and the flow for the second one fails here:


Any help I would really appreciate.