I’m trying to build a page that allows a user to add the Bubble pages to a menu location (e.g. header menu). but I don’t see a way to target/search for all of the pages. The menu location is a repeating group that is shown on all pages.
You can create a new object that stores the address to each page. If you don’t want to do this manually, each time a page is loaded, grab the URL, remove the attributes, and store the address. In the menu, display the list of pages you stored in your new class of objects.
If you can, provide more details about your use case as the above solution might not be what you’re looking for.