
Announcements
I am having 4 drop down controls and when i select one value in first down control i want to make the other 3 drop down controls gets prepopulated with one of the value in the their drop down values.
If you see in the below screen shot, If i select Jockey pump to "Out of service" then the other 3 drop down controls should have "NA" selected in them.
You can adjust the default parameter for those dropdowns. Something like:
If(Dropdown1.Selected.Value = "Out of Office", "NA", "SomeOtherValue")