Loading message on container on click result

0
Hi, I want to put a loading message on container which is  supposed to open some page and microflow. As it is taking time to perform that action, till action is completed, it should show loading message. How that can be done?   It would be great if someone can guide.
asked
3 answers
0

Hi Kirti , 

 you create a  nanoflow n in that you can use this show progress then inside that nanpflow call microflow 

 

image.png

 

Thank you, 

Sujat 

answered
0

Hi Kirti, If you are using microflow, which requires time to go through the entire flow, you can use from Microflow Setting the option "show progress bar", then when you click the action button in the middle, you will see a message with "progress Message" and no further actions will be possible until the flow is completed.

image.png

answered
0

There is already on click microflow present on on-click action of container. Should I call a nanoflow instead of that and in that call the required microflow just after the show progress?

 

Also is there any tool available in tool box which will show progress bar?

answered