Hi – I have a microflow that uses a “Close Page” activity. When I click a button on my pop-up form to trigger this microflow, the pop-up form doesn’t close? The only reason I can think of is, I use data on the form subsequently in the microflow. Could that be why? Is there any way to get my pop-up to close in this instance? Even when I put “Close Page” at the end of my microflow, the pop-up doesn’t seem to close either? Is it because Mendix is still processing?
asked
SL
2 answers
2
Did you debug your microflow? Is it terminating and is the close page action really executed? Is your microflow running in the user context? Or do you use some executeInBackground action?
These are some things that might cause this.
answered
Andreas Blaesius
0
Found the answer by realizing there was a different microflow executing I wasn’t aware of. Thank you!