I recently added the Microsoft Excel Online connector which uses the Microsoft Graph APIs. I can successfully connect to my spreadsheet and update values in the spreadsheet. However, the authentication fails after a few hours and I get this error in my flows: {"error":{"code":"InvalidAuthenticationToken","message":"Lifetime validation failed, the token is expired.",".... Does anyone know how to make this token refresh so that it doesn't constantly expire and cause errors in the flow?
Thank you @tylerlamparter! This worked and the connection has been up for a few days now. Any idea how often re-authenticating may be required?
@michaelgantt I would guess 90 days based on this article? https://learn.microsoft.com/en-us/entra/identity-platform/refresh-tokens
Makes sense. Thanks again!