Hello,
Recently in one of my flow I got an error which didn't appear previously (when flow tries to find a record in Dataverse).
Http request failed as there is an error with the authentication credentials provided: 'Keyset does not exist
'.

Few details:
- trigger is an HTTP request (no params in json)
- Degree of Parallelism is set to 1 for flow/trigger
- flow is executed every day circa about 60 times
- Flow is processing somedata
- After all 'Apply to each' step updates Dataverse table (Degree of Parallelism is set to max/50, only 2x60 records to be found and then to be updated or created during each flow execution, so small table)
- And here I'm receiving mentioned error (when I'm trying to find a record) from time to time (not for each flow execution) and only for 1, sometimes 2 records (not for each iteration in 'Apply to each' step to be precise).
- in the last week error happened 6 times for 2 different tables
- this issue I observe since last month maybe.
Do you know anything about this error? How to solve it?
Just to highligh that this particular flow is a business critical one so that is why I want to find a solution...