Selection of 2 items or multiple items and then it should show new page each item having their Sub-items

Do we have any option that we can navigate our multiple choice to a single screen?
Example:
If i have 2 Process like - Sports and Music
Sports have 3 Sub Process - Cricket, Basketball, Football
cricket Have 3 Types i.e. - T-Twenty, Oneday, Test

Similarly we have for music also.

We need to create a form for each type.
But our requirement is we need to select multiple items and showcase in screen.
How can we achieve this?

You can set a filter on a choice component to filter values based on screen values from a previous choice component value.

You can also control visibility of choice components based on values from other components, but the filter might be a better option in your case.

1 Like