Hello Everyone,
I have created a flow to update an entity in d365 operations but my flow is failing with a 404 status.(NotFound.) Just to be sure i used a get record action to if if the record exist or not. I can retrieve the record as well as delete the record. I can also insert a new record in the entity. I am only getting this error while trying to update a record. Below is the detai body of the response. Can anyone help me with what am i doing wrong? Thanks in Advance.
{
"status": 404,
"message": "NotFound\r\nclientRequestId: 1079a023-7612-4215-8621-4ed8f7e1519e",
"error": {
"message": "NotFound"
},
"source": "vss-dev32a0275f4649f31a1devaos.cloudax.dynamics.com",
"errors": []
}
