Open the page with a microflow.
If you need to create a new object then add a create object action. Before that perfrom a retrieve action to find the default value you want to set. Then in the create activity set the association with this value and open the page.
Now the association is filled with the default value and as long as this value can be selected from the datasource microflow you have implemented the requirement.