I have a flow that has been running for several months without issue until yesterday. The problem is when I try to use the `Create Event (V4)` action on a shared Outlook calendar.
I initialize the following variables:
Start: 2024-07-02T00:00:00.000Z
End: 2024-07-03T00:00:00.000Z
Title: XXXX Off (15:30-16:30)
And here is the "Code View":
{
"type": "OpenApiConnection",
"inputs": {
"parameters": {
"table": "AAMkADFjNWI2MTgwLTA1Y2YtNDJjZi04ZmZmLTFjMGE4ZjA1OGJhYQBGAAAAAADiyzVW_huQSJiFGaeUpnO0BwBku87Zn7sMRqQPU0RVgd_bAAAAAAEGAABku87Zn7sMRqQPU0RVgd_bAABXXXXX",
"item/subject": "@variables('Title')",
"item/start": "@variables('Start')",
"item/end": "@variables('End')",
"item/timeZone": "(UTC-08:00) Pacific Time (US & Canada)"
},
"host": {
"apiId": "/providers/Microsoft.PowerApps/apis/shared_office365",
"connection": "shared_office365",
"operationId": "V4CalendarPostItem"
}
},
"runAfter": {
"Initialize_Title": [
"Succeeded"
]
}
}
Is this a temporary issue? Is there anything I can do to fix?