If anyone knows anything about this, I would be very grateful if you could advise me!
A cloud flow that we are currently running in our business suddenly started to generate errors from 8/24/2023 (JST), and the errors are still not resolved.
-----------
Power Automate Connector
Microsoft Bookings > CreateAppointment
https://learn.microsoft.com/en-us/connectors/microsoftbookings/#when-a-appointment-is-created
-----------
This flow triggers the above connector to get a response and iteratively retrieve the following 2 items from each element of "CustomQuestionAnswers".
(In the flow as a whole, these items are formatted in subsequent processes, and then used as input information when adding a new "MS Planner" task.)
However, since the above date, "Answer" of the 2 items has disappeared for questions with selections, causing an error in this flow.
-----------
CustomQuestionAnswers
> Question
> Answer (*disappeared for questions with selections)
-----------
We are on track to fix this error (we are planning to extract the target item from the index of selected elements), but we would like to understand the reason why such an event occurs in the first place.
Has the specification of the Microsoft Bookings connector in the Power Automate flow, especially the API response, changed?
Or has something gone wrong or changed in the Bookings service configuration?