I have two or more dropdown component and I hope that these dropdown components can share one choice list.
For example
I have a list like {choice 1, choice 2, choice 3, choice 4,...}
In dropdown 1 the choice list should be {choice 1, choice 2, choice 3, choice 4,...}, when I choose choice 1 in this dropdown, the choice list of other dropdown should be {choice 2, choice 3, choice 4,...}, when I choose choice 2 in dropdown 2, the choice list of other dropdown (expect dropdown 1 and dropdown 2) should be {choice 3, choice 4,...}
Can appian do like this?
Discussion posts and replies are publicly visible
That what I want, thanks