microflow related error

0
I am facing following error how to resolve it
asked
1 answers
1

Shradda,

The microflow you are calling requires a parameter and you can’t pass parameters to a microflow used in Navigation.

To resolve this, you could rework the microflow so it doesn’t require a parameter (maybe create a new DateSearch object or retrieve one from the database).

Hope that helps,

Mike

answered