Hi,
In Mendix, when using a microflow for navigation, it is recommended to define the microflow without any parameters. This is because the navigation microflow is typically triggered from a specific context or event and does not require any input parameters.
Check the default homepage microflow ‘SUB_WeatherForecastGeolocation’ which has input paramter.
Remove the input parameter or change the default homepage in Navigation.
Hope it helps!!!
Hi Rutuja Mohod,
Instead of parameter you can use retrieve or create activity based on your usecase.
Hi Rutuja,
the microflow “SUB_WeatherForecastGeolocation” has an input parameter. This is not allowed here.