Hi Bill,
Since you have 2 parameters on the page, your URL needs those 2 parameters so you can know where to land.
Here is an example:
This specific page had parameters Category and Product.
For your situation, choose from each parameter one important attribute (such as id, code, name, etc.)
Hope this can help.
Hi Bill,
Maybe you can find your answer here: https://docs.mendix.com/refguide/page-properties/
Hi Bill,
Just pass the url value in the url section in this case
OutsourcingProcess
after that run the application and test it
http://localhost:8081/p/OutsourcingProcess
please remember to add p on the browser