Redirect to different URL from MicroFlow

0
Hi All,   I need to redirect to different URL from microflow, can anyone please help on this.   I can see option of using URLRedirector widget in show page, but widget is not available in app store.   Thanks, Balaji S
asked
1 answers
2

There is the Open URL action in Nanoflow Commons that can redirect you to a different URL.

You can’t call this directly from a Microflow, so one approach would be to pass the URL you want to redirect to in a non-persistent entity, open a page with a Nanoflow on it that looks at this entity, extracts the URL from it, and calls the Open URL with it.

 

answered