Show Progress and Hide Progress in Nanoflow

0
Hi Team, I am using Mendix 9.24.12 version. I have called a nanoflow on a button. Inside nanoflow, I have added show progress activity - call microflow - hide progress activity. But now show progress bar is not coming after clicking on button.   Can anyone help on this?   Note: - If I remove hide progress activity, then show progress is coming but it is not removing from the screen.
asked
1 answers
2

It sounds like your microflow is executing so fast that you can't really see the progress bar, is that possible? To test, you could put a breakpoint in your nanoflow after the "show progress" action. If the bar is visible when you're paused there, then it works as intended.

answered