Hi, I want to call a microflow when routing to a new page. As Mendix works as a SPA, I don’t want to capture this event once, I want to capture it every time I routed to a page. I searched a little bit, some say use a microflow trigger or call a microflow for routing so this way I can able to call a before action before routing. This is not the solution I want, I want a kind of interceptor between routing. If anyone helps me with this, I would be very grateful. Thanks in advance.
asked
TURGUT HELVACIOGLU
1 answers
2
What’s your use case?
One option may be to put a datasource microflow on the page, that should run every time the page is loaded.