Hi, I have a flow that detects changes in a secondary calendar, which pulls in a feed from our school calendar. It has been working fine, but now says there is a problem with the trigger, and the CalendarGetOnChangedItemsV3 request may not be supported. When I go to the flow and test it with the last trigger that worked, it still works. The raw input to the trigger in both the failed request and the last successful request is identical:
{
"host": {
"connectionReferenceName": "shared_office365",
"operationId": "CalendarGetOnChangedItemsV3"
},
"parameters": {
"table": "MYCALENDARIDGOESHERE=",
"incomingDays": 14,
"pastDays": 0
}
}
Any suggestions for where to go from here would be greatly appreciated!
Thanks