Dropdown filtering another dropdown

I have two dropdowns: Dropdown A and Dropdown B

The source of Dropdown A is an Option set called “Subjects” - there are 3 Subjects in this option set
The source of Dropdown B is an Option set called “Modules” - there are 10 Modules in this option set.

Scenario:

  • If the user picks Subject 1 in Dropdown A - Dropdown B should show only Module 1

  • If the user picks Subject 2 in Dropdown A - Dropdown B should show Module 2 - 8

  • If the user picks Subject 3 in Dropdown A - Dropdown B should show Module 9 & 10

Is this achievable by using conditions?

Hi there, @rudibakken… I replied to the same question recently, so see if this post helps.

Best…
Mike

Perfect! I’ll have a look at it.

Thanks @mikeloc

1 Like

It worked, thank you so much @mikeloc

1 Like