How to call Nanoflow Which contains Java Script in Microflow ?

3
Hi Everyone, As per my requirement I have to call a Nano flow which contains JavaScript action from a Microflow, but I am Not able to call Nano flow from Microflow. Currently I am Calling a page from Microflow and Through Action Button in that Page  I am calling Nano flow which contains Java Script Action, But I have to Remove the Page in between Microflow and Nano flow, call Microflow and Nano flow with same action. I wondered if someone else has already done this and/or has some experience on how to accomplish this.   Thanks in Advance
asked
1 answers
1

You could start the other way around.

Your button click (or navigation click)  should call a nanoflow wich will call your mircoflow inside it.

from within that same nanoflow you are able to call your javascript action.

answered