Hello dear ones,
I've been trying for a long time to create a flow that copies a copy from one new appointment to another. This works great so far.
The problem I have is this.
If in calendar A now the appointment is changed or deleted, this should happen in calendar B too.
I have both calendars built in as in the first query but there seems to be a problem with the ID of the entry that is to be changed. At least I always get this message when testing.
Can someone possibly help me and explain how I would have to set this up so that the error message no longer comes. Thank you and have a nice day.
Best
Oliver
TEXT:
{
"status": 404,
"message": "The specified object was not found in the store.\r\nclientRequestId: 2b968ef2-1b5a-435f-8a6e-4fc922ac6c21\r\nserviceRequestId: 27e1e152-50df-4d12-9044-3a0bdbc49c15",
"error": {
"message": "The specified object was not found in the store.",
"code": "ErrorItemNotFound",
"originalMessage": "The specified object was not found in the store."
},
"source": "office365-gn.azconn-gn-001.p.azurewebsites.net"
}
HEADER:
{
"Cache-Control": "no-store, no-cache",
"Pragma": "no-cache",
"Set-Cookie": "ARRAffinity=9a92f1c4d0ab221d1efc23986103815e23fec8f5314b520cf57727122d4285b4;Path=/;HttpOnly;Secure;Domain=office365-gn.azconn-gn-001.p.azurewebsites.net,ARRAffinitySameSite=9a92f1c4d0ab221d1efc23986103815e23fec8f5314b520cf57727122d4285b4;Path=/;HttpOnly;SameSite=None;Secure;Domain=office365-gn.azconn-gn-001.p.azurewebsites.net",
"x-ms-request-id": "27e1e152-50df-4d12-9044-3a0bdbc49c15",
"Strict-Transport-Security": "max-age=31536000; includeSubDomains",
"X-Content-Type-Options": "nosniff",
"X-Frame-Options": "DENY",
"Timing-Allow-Origin": "*",
"x-ms-apihub-cached-response": "false",
"x-ms-apihub-obo": "false",
"Date": "Wed, 28 Jun 2023 08:01:45 GMT",
"Content-Length": "462",
"Content-Type": "application/json",
"Expires": "-1"
}