How to create a page with a retry mechanism in Mendix Native
0
I'm looking for a generic solution to add a retry page in Mendix Native. I show this when connection is slow but I want to give the user an option to retry the nanoflow. As the nanoflow needs a param it looks like it is not possible to make a generic solution for this. Is there any way to hold the code until they press retry and do the check again?
asked
Lieven Janssens
1 answers
0
You can try the Wait action
if you want to keep the current nanoflow going,
If you are planning to trigger it from a page you can use the Microflow timer widget: