Can we open a page based on enumeration values like completed, dropped?

0
Hi, In my project I want to open a review page based on enum value of task status dropped. When user updates the status of his task is reflected in user list overview page as a reference. Upto this it is working. Next what I want  is to open a task review page to see the task dropped reason when there is a enumeration value is dropped.  Something like this.    Can anyone help me out. 
asked
1 answers
0

Hello, 

Can you please try the below official documentation, Section #3 Cases

https://docs.mendix.com/studio/microflows-decision

It should allow you to open different pages based in the Enum values. You can call a microflow action and in that based on the Status value, you can show different pages or do further actions

answered