(Flow details at the bottom of the message and in the attached png)
When I run my cloud flow:
- Run history shows success
- I receive 2 emails indicating the success
- No page is created in OneNote
- Every trigger and action that runs displays this error in the run history: "Unexpected error. NetworkError when attempting to fetch resource."
My Outlook connection indicates: "Permissions." I deleted and re-created the connection with no change in the results. But the fact that the flow runs indicates that the connection is working.
Cloud flow outline:
- Trigger when an Office 365 outlook upcoming event is starting soon
- Get event information
- if failure
- send failure email
- end
- if Success
- Send success email
- Create OneNote Page
- if Failure
- send failure email
- end
- if Success
- Send success email
- end