Hi, looking for some guidance on dropdowns. I’m trying to structure the database and workflow so I can show 2 dropdown menus in a way that when one item is selected in the top dropdown, then a particular set of options shows in the second dropdown, based on the item selected in the first. Any advice would be welcome.
Hi there, @johnnyharte… this article (specifically the latter part of it) should get you what you need.
In a nutshell, your second dropdown is a search for choices with a constraint where some field is equal to the value selected in the first dropdown.
Hope this helps.
Best…
Mike
1 Like
Thanks for that Mike! Looks like the perfect fix.
Johnny
1 Like