
Announcements
I have a Recurrence Flow that is receiving the following error:
| x-ms-diagnostics | "3000002;reason=\"The access token has expired. It's valid from '11/15/2020 1:58:03 PM' and to '11/15/2020 3:03:03 PM'.\";category=\"invalid_client\"" |
| error_description | "Invalid JWT token. The token is expired." |
The Flow runs daily and is one of over 100 others flows built from the same template. This error is the output returned by a Get Items action on a SharePoint connector. The Get Items action is inside of an Apply to Each loop and worked successfully over 30 times before failing. It seems that the token is only valid for a little over an hour? In other flows, this action is run 500 times without the error.
I have seen many forum posts on token expiration (links below), but none that were very recent or else not a similar enough situation. I'm hoping for some nuanced info and help. Why would the token be valid for such a short time? Why do other flows with the same actions and connections not experience this issue?
https://powerusers.microsoft.com/t5/Using-Flows/Logic-Flow-Get-Items-Filter/m-p/47064
Any help would be greatly appreciated.