Hello guys,
As you know we cannot call the nanoflow from the microflow by default in mendix. But we can achieve this by some other way . Here is my Solution for call the nanoflow from the microflow.
STEP 1 : create the microflow and nanoflow and one page.
STEP 2: place the onload widget in the page .(you can find that widget on market place)
STEP 3: from onload widget you can call the nanoflow . even you can pass the parameter by placing the onload widget into data view.
STEP 4: now call the page from microflow.
By doing this the microflow call the page and when the page was called the onload widget trigger the nanoflow . Even you can pass the parameters to the nanoflow by passing the data to the page from microflow.
Alternatively, call a Microflow from a Nanoflow, and continue after it returns. Would that help?