Im usin the OneNote connector in PowerApps. It works well reading OneNote notebook, , section and read pages (views in a gallery).
But when i try to read the Page content, i get the error that using: 'OneNote(Business)'.GetPageContent
Set(varOneNotePage;'OneNote(Business)'.GetPageContent(DropDownNotebooks.Selected.Key;Dropdown1.Selected.pagesUrl;GalPages.Selected.id))
The error is that the returned data not is a valid JSON format.

When i se inn the application debug, i see that the return is only a body with HTML data:
My goal i to show the OneNote page in my app. Any idea on a solution on this problem ?