In the Navigation, you probably changed the Menu Item called "Homepage" to use the Microflow you made. However, the thing Studio Pro is actually complaining about, is slightly higher up in the Navigation: The (default) home page(s) for users logging in. There you also need to set the Microflow (or use the solution with a datasource microflow).
Hi Damiano,
Can you delete the homepage and then start creating it first?
There might be some cache issue.
Definetely issue will be resolved
Hi Damiano,
You can try the following steps:
You can accomplish this by using a data view with a microflow data source in your homepage.
On your homepage, you have a data view connected to the CamList entity. Change the data source of the data view from context to datasource.
Use your navigation microflow to return the CamList object and use this as the data source for your data view. Remove the show page activity from your microflow.
Then call your page without the microflow. Now your page does not expect an object because it will be returned via the datasource microflow.
As Lucas mentioned, check the default Home page of your application as shown below or else go with the datasource as microflow