Direct URL to Fluid Page
I'm attempting to generate a URL link to a fluid page.
It appears to fail with a people code error on the page activate area.
Upon reviewing I see that there is a scroll select in there and uses component variables to conduct the statement.
The normal navigation would be to click a tile on the menu, see the list of items, then select the detail item to go to the detail page
How could I make a direct URL that would route my user to the detail page and "populate" these component variables before page activate?
Offhand, I thought of creating a new page in the component , create a URL to that page and populate the component variables and then transfer to the detail page.