I am currently using PowerApps to attempt to look at a team notebook we use for resources. The combobox I have set to:
Sort('OneNote(Business)'.GetPagesInSection(Dropdown1.Selected.Key,ComboBox2.Selected.pagesUrl).value,title,Ascending)
Is only giving me 20 results for the pages in the section. My combobox to list the sections gives me well over 20 results, but the pages in the section, seem to be limited to 20? Any ideas?
Hi @soylaunica ,
Do you mean that 'OneNote(Business)'.GetPagesInSection function could only get 20 results?
The reason why you met this problem is that:
By default, only the top 20 entries are returned for GET pages requests.
Requests that don't specify a top query string option return an @odata.nextLink
link in the response that you can use to get the next 20 entries.
You need to create a Graph API service to get other entries.
Here's a similar issue for your reference:
Best regards,
User | Count |
---|---|
26 | |
20 | |
7 | |
6 | |
4 |
User | Count |
---|---|
37 | |
26 | |
18 | |
9 | |
8 |