Hi,
I try to get five drop-down list is "ok" at the same time, and the result of the text label is "ok". But if one of the drop-down list is "Fail", then the result of the text label is "Fail".
The program I wrote did not produce errors, but the results it produced were not what I wanted. I've set the following:
Drop down: Items=
["OK","Fail"]
Text Label: Text =
IfError((Text(Dropdown6.SelectedText.Value)&&(Dropdown7.SelectedText.Value)&&(Dropdown8.SelectedText.Value)&&(Dropdown9.SelectedText.Value)&&(Dropdown10.SelectedText.Value)),"OK", "Fail")

Thanks for your help!