menu button microflow

0
There is a list page, it's include menu of different article types, If I click every subitem, it will show different types of page. My logic is as follows: I create a menu and set every subitem's microflow. I hope every subitem's microflow can go to a common microflow,and the common micoflow can show the common list page. I don't want each of the subitem microflow to build up their pages. When I want to realize the idea, I find it diffculty. How can I pass the different type of article List to common microflow, and pass the end of common page? Is my logic wrong? Is there any better solution? Thanks in advance!
asked
2 answers
2

You have to create a separate microflow per button. These are pretty straightforward (show page). BTW: You can open a page from a button directly.

answered
0

You just put some conditions in microflow and based on conditions open different pages as shown below:

answered