In my Forge app I want the user to be able to select a page.
My current approach is to get all the pages with the REST API and then display these with a Select.
This works except the API can only retrieve 250 pages so if the user has more, some don’t show in the list.
Any ideas for a different approach?