We are building a PVA chatbot for our organization. Many of the items we want to point the users to where they can find the information in our Organization OneNote. We have tried to use the short menu to copy the link to the page in the Browser/web URL of the pages, but when we test the bot the links do not work. We get a "Something Went Wrong" message.
How to I add the connector to OneNote to my bot. I do not see anywhere to get this.
Hi @sterrsl,
You could use a Get pages for a specific section action of the OneNote connector. That should return all the pages with different type of links. One of those type of links is the oneNoteWebUrl, that is probably the easiest to use.
Below is an example flow setup.
The example below retrieves all pages of a specific section and filters for the page with title 'First Page'. With an expression the oneNoteWebUrl is retrieved in a Compose action.
first(body('Filter_array'))['links']['oneNoteWebUrl']['href']