API microflow

0
If I run microflow through a button then in order to open another page I need 2 microflows? First to make an API call Second, to make the transition to another page. Is that right? Because something can not be done to microflow which makes API call also make the transition to another page.
asked
1 answers
2

You should be able to do this all in one microflow.

You can break it up into more than one microflow if you want to (maybe for reusability) and call these as sub-microflows. 

One thing to consider is how long the API call will take to execute. This can make your app appear slow to users. In this case, you can put a blocking progress bar in the Microflow settings option of the action button that calls the microflow.

I hope this helps.

 

answered