I’m using a service account (with email enabled) in a flow within a Copilot Studio bot to send emails. It was working fine until the last two weeks, but it’s now failing when sending emails with the following error:
{
"status": 404,
"message": "The specified object was not found in the store. The process failed to get the correct properties.",
"clientRequestId": "182c642e-cc8d-42b0-8128-cfcd4dc0fe66",
"serviceRequestId": "c1d2cb7d-9bcf-003c-bc06-dd7465822a57",
"error": {
"code": "ErrorItemNotFound",
"message": "The specified object was not found in the store. The process failed to get the correct properties."
},
"source": "office365-wus.azconn-wus-001.p.azurewebsites.net"
}
In this bot, there is a Flow A that sends an email and then calls Flow B. Flow B also sends another email. Both flows are failing with the same error. I tested the same email account and connection reference in a simple standalone flow, and they both worked fine. However, the issue persists only in the actual production flows used by the bot. I also changed the connection reference to use my own personal account, and tested working fine, but not abled to fix the issue for child flow, since was not shared connection reference.
Please help to resolve this, thanks