Hi there,
I’m trying to create a form that includes two dropdown items that are in a parent/child relationship. I want the user selection in the first drop down (parent) to create a filter in the second drop down (children). My parent is “Category” and my child is “Product”. Each Category has many Products. I’m trying to make it easy on the user so they can select the Category on the form, and the second drop down automatically filters to include only the Products that belong to the selected Category. Currently both drop downs are populated with the “Ref” type but they do not interact.
Perhaps I’m thinking about this upside-down somehow. Any suggestions?

