Hello,
Is it a bug that a page can’t receive an option from an option set as it’s data source?
I want to be able to create all the pages of my app (the app I am building is a PWA) as options in option set called pages, and then navigate to a page called “app” and send the page as the data source. The page “app” will then show or hide the data based on the page.
I am already doing the same kind of thing by using a url variable called “page”, but it would make much cleaner urls to not send the url variable “page” each time a user navigates. It would also make the show/hide logic slightly more readable.
If this isn’t a bug, what is the basis of the decision to not allow a page to receive an option from an option set as it’s data source?
Thanks