Hi guys. I’m trying to set the data source for a page on page load and am wondering if there’s an easy way to do this?
I know I can select type of content but I’d like to select the data source on page load as well.
For example:
My app has several companies (I have a company set as a data type and a company has a company name)
I need individual pages of my app to display company specific content and I need that content to appear on page load. The user can not be asked to select a company or navigate to the company specific page from another page.
I do not want to tie companies to users
In my example above, Is there a way to display company X content on page load?