Hello everyone i have a question for you all so i am working with 2 different flows at the moment one flow that you see in the attachements i do a GetEmailV2 based on the messageId and it succeeds but then if i create another flow and copy that exact messageId and manually trigger a flow where i have a messageId as text and then give that as parameter in my GetEmail i get a 404 NotFound error, when i put the 2 next to each other and they are exactly the same.
My connection references are exactly the same so that is not the issue.
Error code:
{
"status": 404,
"message": "The specified object was not found in the store., The process failed to get the correct properties.\r\nclientRequestId: cb2a8995-2945-4c69-ab88-48c063532126\r\nserviceRequestId: 2114f9f7-5a6b-4d3e-84ff-0eda7e2ead56",
"error": {
"message": "The specified object was not found in the store., The process failed to get the correct properties.",
"code": "ErrorItemNotFound",
"originalMessage": "The specified object was not found in the store., The process failed to get the correct properties."
},
"source": "office365-we.azconn-we-003.p.azurewebsites.net"
}