Dynamic DropDown data from value of another DD
Comments
-
Hello again, Im trying to populate the items for a drop-down list based on the selection of another drop-down list in my form. I have a data flow, but Im not sure how map this correctly. Example, if the selected value from dropdownA is item1 then I want the values for dropdownB to read Up, Down, Left, Right. If the selected value from dropdownA is item2, I want the values for dropdownB to contain North, South, East and West.
-
Hi, make sure your data flow is triggered by any change in value of dropdownA and that the output of your data flow is a list having the same data name as dropdownB. You also want to ensure the output of the data flow is set to refresh items listening to its dataname.